HDLSceneSiriDemo/HDLSceneSiriDemo/HDLSceneSiri/HDLSceneSiri.h
@@ -30,7 +30,7 @@ #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"//苹方-简 常规体