#import @class TGDocumentMediaAttachment; @interface TGStickerCollectionViewCell : UICollectionViewCell @property (nonatomic, strong) TGDocumentMediaAttachment *documentMedia; - (void)setDisabledTimeout; - (bool)isEnabled; - (void)setHighlightedWithBounce:(bool)highlighted; @end