BGSignModel.m 309 B

1234567891011121314151617181920
  1. //
  2. // BGSignModel.m
  3. // BuguLive
  4. //
  5. // Created by bugu on 2019/12/9.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import "BGSignModel.h"
  9. @implementation BGSignModel
  10. +(NSDictionary *)mj_objectClassInArray{
  11. return @{@"list":@"BGSignRewardModel"};
  12. }
  13. @end
  14. @implementation BGSignRewardModel
  15. @end