2020-02-22 15:38:54 +04:00

14 lines
333 B
Objective-C

#import <LegacyComponents/TGModernGalleryItem.h>
@protocol TGMediaSelectableItem;
@class TGMediaSelectionContext;
@protocol TGModernGallerySelectableItem <TGModernGalleryItem>
@property (nonatomic, strong) TGMediaSelectionContext *selectionContext;
- (id<TGMediaSelectableItem>)selectableMediaItem;
- (NSString *)uniqueId;
@end