CurrentLiveInfo.m 571 B

1234567891011121314151617181920212223242526272829
  1. //
  2. // CurrentLiveInfo.m
  3. // BuguLive
  4. //
  5. // Created by xfg on 16/6/1.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import "CurrentLiveInfo.h"
  9. @implementation Even_wheat
  10. @end
  11. @implementation Wheat_Type_List
  12. @end
  13. @implementation CurrentLiveInfo
  14. + (NSDictionary *)modelContainerPropertyGenericClass {
  15. // value使用[YYEatModel class]或YYEatModel.class或@"YYEatModel"没有区别
  16. return @{@"wheat_type_list" : [Wheat_Type_List class]};
  17. }
  18. + (NSDictionary *)mj_objectClassInArray{
  19. return @{@"wheat_type_list":[Wheat_Type_List class]};
  20. }
  21. @end