mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-29 00:50:40 +00:00
8 lines
365 B
Objective-C
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
|