添加弹窗
This commit is contained in:
@@ -57,8 +57,10 @@
|
||||
#define KB_TABBAR_BASE_HEIGHT 49.0
|
||||
|
||||
#define COLOR_WITH_RGB(R,G,B,A) [UIColor colorWithRed:R green:G blue:B alpha:A]
|
||||
|
||||
/// 主题色 绿色
|
||||
#define KBColorValue 0x02BEAC
|
||||
/// 通用黑色
|
||||
#define KBBlackValue 0x1B1F1A
|
||||
|
||||
// 当前 KeyWindow(iOS 13 场景化兼容)
|
||||
static inline UIWindow *KB_KeyWindow(void) {
|
||||
|
||||
Reference in New Issue
Block a user