mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-29 14:40:42 +00:00
12 lines
275 B
Objective-C
12 lines
275 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TGGradientLabel : UIView
|
|
|
|
@property (nonatomic, strong) UIFont *font;
|
|
@property (nonatomic, strong) NSString *text;
|
|
@property (nonatomic) int topColor;
|
|
@property (nonatomic) int bottomColor;
|
|
@property (nonatomic) UIColor *textColor;
|
|
|
|
@end
|