mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 05:02:54 +00:00
git-subtree-dir: submodules/LegacyComponents git-subtree-mainline:6086305304git-subtree-split:d559434616
14 lines
333 B
Objective-C
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
|