mirror of
https://github.com/danog/Telegram.git
synced 2024-12-04 10:27:46 +01:00
11 lines
243 B
Objective-C
11 lines
243 B
Objective-C
#import "TGCollectionItemView.h"
|
|
|
|
@interface TGUserInfoTextCollectionItemView : TGCollectionItemView
|
|
|
|
+ (CGFloat)heightForWidth:(CGFloat)width text:(NSString *)text;
|
|
|
|
- (void)setTitle:(NSString *)title;
|
|
- (void)setText:(NSString *)text;
|
|
|
|
@end
|