1
This commit is contained in:
@@ -77,6 +77,9 @@ extern NSString * const KBDarwinSkinChanged; // cross-process
|
||||
/// Parse a hex color string like "#RRGGBB"/"#RRGGBBAA"
|
||||
+ (UIColor *)colorFromHexString:(NSString *)hex defaultColor:(UIColor *)fallback;
|
||||
|
||||
/// 判断指定 skinId 是否有可用资源目录
|
||||
+ (BOOL)kb_hasAssetsForSkinId:(NSString *)skinId;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user