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

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