myProfitModel.h 436 B

12345678910111213141516171819
  1. //
  2. // myProfitModel.h
  3. // BuguLive
  4. //
  5. // Created by yy on 16/7/19.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface myProfitModel : NSObject
  10. @property (nonatomic, copy) NSString *diamonds;
  11. @property (nonatomic, copy) NSString *ID;
  12. @property (nonatomic, copy) NSString *is_delete;
  13. @property (nonatomic, copy) NSString *is_effect;
  14. @property (nonatomic, copy) NSString *ticket;
  15. @end