1
This commit is contained in:
17
keyBoard/Class/Me/M/KBMyTheme.m
Normal file
17
keyBoard/Class/Me/M/KBMyTheme.m
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// KBMyTheme.m
|
||||
// keyBoard
|
||||
//
|
||||
|
||||
#import "KBMyTheme.h"
|
||||
#import <MJExtension/MJExtension.h>
|
||||
|
||||
@implementation KBMyTheme
|
||||
|
||||
+ (NSDictionary *)mj_replacedKeyFromPropertyName {
|
||||
return @{
|
||||
@"themeId": @"id"
|
||||
};
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user