SceneModel.m 708 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // Generated by json_to_model
  2. #import "SceneModel.h"
  3. @implementation SceneModel
  4. //+ (JSONKeyMapper *)keyMapper {
  5. //
  6. // NSMutableDictionary *dictionary = [[NSMutableDictionary alloc] init];
  7. //
  8. // //self
  9. // [dictionary setValue:@"sceneName" forKey:@"scene_name"];
  10. // [dictionary setValue:@"createDatetime" forKey:@"create_datetime"];
  11. // [dictionary setValue:@"memberSceneId" forKey:@"member_scene_id"];
  12. // [dictionary setValue:@"predSceneId" forKey:@"pred_scene_id"];
  13. //
  14. // return [[JSONKeyMapper alloc] initWithDictionary:dictionary];
  15. //}
  16. //
  17. //@end
  18. @end
  19. @implementation SceneListModel
  20. @end
  21. @implementation SceneDetailModel
  22. @end
  23. @implementation PredefinedSceneDetailModel
  24. @end