Swiftgram/LegacyComponents/TGModernGallerySelectableItem.h
2017-07-28 16:50:06 +03: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