优化发送输入框
This commit is contained in:
@@ -11,6 +11,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface UIColor (Extension)
|
||||
+ (UIColor *)colorWithHex:(int)hexValue;
|
||||
+ (UIColor *)colorWithHex:(int)hexValue alpha:(CGFloat)alpha;
|
||||
+ (nullable UIColor *)colorWithHexString:(NSString *)hexString;
|
||||
+ (UIColor *)kb_dynamicColorWithLightColor:(UIColor *)lightColor
|
||||
darkColor:(UIColor *)darkColor;
|
||||
|
||||
Reference in New Issue
Block a user