mirror of
https://github.com/danog/Telegram.git
synced 2025-01-22 05:52:06 +01:00
12 lines
231 B
Objective-C
12 lines
231 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@class TGDocumentMediaAttachment;
|
|
|
|
@interface TGStickerKeyboardTabCell : UICollectionViewCell
|
|
|
|
- (void)setRecent;
|
|
- (void)setNone;
|
|
- (void)setDocumentMedia:(TGDocumentMediaAttachment *)documentMedia;
|
|
|
|
@end
|