Swiftgram/LegacyComponents/TGCameraCapturedPhoto.h
Ilya Laktyushin 04a9ce1abb no message
2018-02-21 14:46:20 +03:00

14 lines
410 B
Objective-C

#import <UIKit/UIKit.h>
#import <LegacyComponents/TGMediaEditingContext.h>
#import <LegacyComponents/TGMediaSelectionContext.h>
@class PGCameraShotMetadata;
@interface TGCameraCapturedPhoto : NSObject <TGMediaEditableItem, TGMediaSelectableItem>
@property (nonatomic, readonly) PGCameraShotMetadata *metadata;
- (instancetype)initWithImage:(UIImage *)image metadata:(PGCameraShotMetadata *)metadata;
@end