Swiftgram/submodules/LegacyComponents/Sources/TGStickerCollectionViewCell.h
2020-02-22 15:38:54 +04:00

14 lines
301 B
Objective-C

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