1
This commit is contained in:
@@ -89,6 +89,11 @@ typedef void (^KBSkinInstallConsumeCompletion)(BOOL success, NSError * _Nullable
|
||||
+ (BOOL)applyInstalledSkinWithId:(NSString *)skinId
|
||||
error:(NSError * _Nullable __autoreleasing *)error;
|
||||
|
||||
/// 重新应用当前皮肤的图标映射(用于语言切换时更新图标)。
|
||||
/// @param languageCode 新的语言代码
|
||||
/// @return 是否成功重新应用
|
||||
+ (BOOL)reloadCurrentSkinIconMapForLanguageCode:(NSString *)languageCode;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user