#import #import @interface TGClipboardGalleryPhotoItem : NSObject @property (nonatomic, strong) UIImage *image; - (instancetype)initWithImage:(UIImage *)image; @end