Swiftgram/LegacyComponents/TGStickerKeyboardTabCell.h
2017-07-28 16:50:06 +03:00

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