27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSImage.h>
29 #import <ArcGIS/AGSPopupAttachment.h>
30 #import <ArcGIS/AGSCancelable.h>
31 #import <PhotosUI/PhotosUI.h>
48 #pragma mark initializers
53 #pragma mark properties
114 -(void)addAttachmentWithUIImagePickerControllerInfoDictionary:(NSDictionary *)info
115 name:(NSString *)baseName
125 - (void)addAttachmentWithItemProvider:(NSItemProvider *)itemProvider
126 name:(NSString *)baseName
128 completion:(
void (^)(
AGSPopupAttachment * _Nullable attachment, NSError * _Nullable error))completion;
#define AGSImage
Definition: AGSImage.h:34
An AGSFeature object stored in an AGSArcGISFeatureTable object.
Definition: AGSArcGISFeature.h:61
A protocol exposed by operations that allow cancellation.
Definition: AGSCancelable.h:38