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