GameGainModel.h 356 B

1234567891011121314151617
  1. //
  2. // GameGainModel.h
  3. // BuguLive
  4. //
  5. // Created by 布谷 on 2017/8/8.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "BGBaseModel.h"
  9. @interface GameGainModel : BGBaseModel
  10. @property (nonatomic, copy) NSString * user_diamonds;
  11. @property (nonatomic, copy) NSString * gain;
  12. @property (nonatomic, strong) NSMutableArray *gift_list;
  13. @end