Swiftgram/LegacyComponents/AVURLAsset+TGMediaItem.h
2017-07-22 01:05:13 +03:00

8 lines
230 B
Objective-C

#import <AVFoundation/AVFoundation.h>
#import <LegacyComponents/TGMediaSelectionContext.h>
#import <LegacyComponents/TGMediaEditingContext.h>
@interface AVURLAsset (TGMediaItem) <TGMediaSelectableItem, TGMediaEditableItem>
@end