FileSetItemModel.m 349 B

1234567891011121314151617181920212223
  1. //
  2. // FileSetItemModel.m
  3. // BuguLive
  4. //
  5. // Created by xfg on 16/7/30.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import "FileSetItemModel.h"
  9. @implementation PlaySetModel
  10. @end
  11. @implementation FileSetItemModel
  12. + (NSDictionary *)mj_objectClassInArray{
  13. return @{
  14. @"playSet" : @"PlaySetModel"
  15. };
  16. }
  17. @end