| 12345678910111213141516 |
- //
- // FreshAcountModel.h
- // BuguLive
- //
- // Created by yy on 16/7/28.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FreshAcountModel : NSObject
- @property (nonatomic, copy) NSString *useable_ticket;
- @property (nonatomic, copy) NSString *ratio;
- @end
|