This commit is contained in:
2025-12-11 13:40:32 +08:00
parent d348b35984
commit 45695364e9
11 changed files with 123 additions and 29 deletions

View File

@@ -0,0 +1,17 @@
//
// KBMyTheme.m
// keyBoard
//
#import "KBMyTheme.h"
#import <MJExtension/MJExtension.h>
@implementation KBMyTheme
+ (NSDictionary *)mj_replacedKeyFromPropertyName {
return @{
@"themeId": @"id"
};
}
@end