mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Build ChatListUI
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#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 *)avatarUrl peerId:(int64_t)peerId title:(NSString *)title;
|
||||
|
||||
- (void)setStyle:(TGStickerKeyboardViewStyle)style;
|
||||
- (void)setPallete:(TGStickerKeyboardPallete *)pallete;
|
||||
|
||||
- (void)setInnerAlpha:(CGFloat)innerAlpha;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user