Swiftgram/LegacyComponents/TGStickerKeyboardTabCell.h
Ilya Laktyushin ba45f84217 no message
2017-08-15 11:21:05 +03:00

20 lines
420 B
Objective-C

#import <UIKit/UIKit.h>
#import "TGStickerKeyboardTabPanel.h"
@class TGDocumentMediaAttachment;
@interface TGStickerKeyboardTabCell : UICollectionViewCell
- (void)setFavorite;
- (void)setRecent;
- (void)setNone;
- (void)setDocumentMedia:(TGDocumentMediaAttachment *)documentMedia;
- (void)setUrl:(NSString *)url;
- (void)setStyle:(TGStickerKeyboardViewStyle)style;
- (void)setInnerAlpha:(CGFloat)innerAlpha;
@end