| 12345678910111213141516171819 |
- //
- // myProfitModel.h
- // BuguLive
- //
- // Created by yy on 16/7/19.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface myProfitModel : NSObject
- @property (nonatomic, copy) NSString *diamonds;
- @property (nonatomic, copy) NSString *ID;
- @property (nonatomic, copy) NSString *is_delete;
- @property (nonatomic, copy) NSString *is_effect;
- @property (nonatomic, copy) NSString *ticket;
- @end
|