Swiftgram/LegacyComponents/TGPhotoVideoEditor.h
Ilya Laktyushin eb9b121961 no message
2018-05-29 20:20:58 +03:00

8 lines
365 B
Objective-C

#import <LegacyComponents/LegacyComponents.h>
@interface TGPhotoVideoEditor : NSObject
+ (void)presentWithContext:(id<LegacyComponentsContext>)context controller:(TGViewController *)controller withItem:(id<TGMediaEditableItem, TGMediaSelectableItem>)item recipientName:(NSString *)recipientName completion:(void (^)(id, TGMediaEditingContext *))completion;
@end