// // ShareViewController.h // PhotoShareExtension // // Created by Russell on 28/4/15. // // #import #import #import #import "ReceiverTableViewController.h" #import "ContainerViewController.h" FOUNDATION_EXPORT NSString *const kNixAppUrlScheme; FOUNDATION_EXPORT NSString *const kNixAppUrlActionPhotoShare; typedef NSString *kNixAppUrlAction; FOUNDATION_EXPORT NSString *const kNixAppUrlQueryKeyImageUrl; FOUNDATION_EXPORT NSString *const kNixAppUrlQueryKeyCaption; FOUNDATION_EXPORT NSString *const kNixAppUrlQueryKeyFrameId; typedef NSString *kNixAppUrlQueryKey; FOUNDATION_EXPORT NSUInteger const kNixCaptionMaxLength; FOUNDATION_EXPORT NSUInteger const kNixInputFieldCells; @interface ImageCaptionViewController : UIViewController @property (nonatomic, strong) ContainerViewController *containerViewController; - (IBAction)cancel:(id)sender; @end