2020-02-22 15:38:54 +04:00

20 lines
346 B
Objective-C

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#ifdef __cplusplus
extern "C" {
#endif
UIColor *TGAccentColor();
UIColor *TGDestructiveAccentColor();
UIColor *TGSelectionColor();
UIColor *TGSeparatorColor();
UIColor *TGColorWithHex(int hex);
UIColor *TGColorWithHexAndAlpha(int hex, CGFloat alpha);
#ifdef __cplusplus
}
#endif