#import #import #import @class PGCameraShotMetadata; @interface TGCameraCapturedPhoto : NSObject @property (nonatomic, readonly) NSURL *url; @property (nonatomic, readonly) PGCameraShotMetadata *metadata; - (instancetype)initWithImage:(UIImage *)image metadata:(PGCameraShotMetadata *)metadata; - (instancetype)initWithExistingImage:(UIImage *)image; - (void)_cleanUp; @end