1
0
mirror of https://github.com/danog/Telegram.git synced 2025-01-22 05:52:06 +01:00
Telegram/Telegraph/TGStickerKeyboardTabCell.h
2015-10-01 19:19:52 +03:00

12 lines
231 B
Objective-C

#import <UIKit/UIKit.h>
@class TGDocumentMediaAttachment;
@interface TGStickerKeyboardTabCell : UICollectionViewCell
- (void)setRecent;
- (void)setNone;
- (void)setDocumentMedia:(TGDocumentMediaAttachment *)documentMedia;
@end