| 12345678910111213141516171819202122232425262728293031323334353637 |
- // Generated by json_to_model
- #import "SceneModel.h"
- @implementation SceneModel
- //+ (JSONKeyMapper *)keyMapper {
- //
- // NSMutableDictionary *dictionary = [[NSMutableDictionary alloc] init];
- //
- // //self
- // [dictionary setValue:@"sceneName" forKey:@"scene_name"];
- // [dictionary setValue:@"createDatetime" forKey:@"create_datetime"];
- // [dictionary setValue:@"memberSceneId" forKey:@"member_scene_id"];
- // [dictionary setValue:@"predSceneId" forKey:@"pred_scene_id"];
- //
- // return [[JSONKeyMapper alloc] initWithDictionary:dictionary];
- //}
- //
- //@end
- @end
- @implementation SceneListModel
- @end
- @implementation SceneDetailModel
- @end
- @implementation PredefinedSceneDetailModel
- @end
|