| | |
| | | #define WEAKSELF_AT __weak __typeof(&*self)weakSelf_AT = self; |
| | | #define HEXCOLORA(rgbValue, a) [UIColor colorWithRed:((float)((rgbValue & 0xFF0000) >> 16)) / 255.0 green:((float)((rgbValue & 0xFF00) >> 8)) / 255.0 blue:((float)(rgbValue & 0xFF)) / 255.0 alpha:a] |
| | | // 字体颜色 |
| | | #define COLOR_TEXT HEXCOLORA(0x222222,1.0) |
| | | #define COLOR_TEXT HEXCOLORA(0x1B2D4D,1.0) |
| | | |
| | | // APP_UIFont |
| | | #define APP_UIFont @"PingFangSC-Regular"//苹方-简 常规体 |
| | |
| | | #define Get_FontBoldWithSize(s) [UIFont fontWithName:APP_UIFont_BOLD size:s] |
| | | #define Get_FontMediumWithSize(s) [UIFont fontWithName:APP_UIFont_Medium size:s] |
| | | |
| | | |
| | | |
| | | @interface HDLSceneSiri : NSObject |
| | | |
| | | @end |