RoomVoiceModel.m 337 B

123456789101112131415161718192021
  1. //
  2. // RoomVoiceModel.m
  3. // UniversalApp
  4. //
  5. // Created by bogokj on 2019/8/7.
  6. // Copyright © 2019 voidcat. All rights reserved.
  7. //
  8. #import "RoomVoiceModel.h"
  9. @implementation RoomWheatTypeModel
  10. @end
  11. @implementation RoomVoiceModel
  12. + (NSDictionary *)mj_objectClassInArray{
  13. return @{@"wheat_type":@"RoomWheatTypeModel"};
  14. }
  15. @end