mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-19 12:10:55 +00:00
18 lines
367 B
Objective-C
18 lines
367 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
#import "TGStickerKeyboardTabPanel.h"
|
|
|
|
@class TGDocumentMediaAttachment;
|
|
|
|
@interface TGStickerKeyboardTabCell : UICollectionViewCell
|
|
|
|
- (void)setRecent;
|
|
- (void)setNone;
|
|
- (void)setDocumentMedia:(TGDocumentMediaAttachment *)documentMedia;
|
|
|
|
- (void)setStyle:(TGStickerKeyboardViewStyle)style;
|
|
|
|
- (void)setInnerAlpha:(CGFloat)innerAlpha;
|
|
|
|
@end
|