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