FreshAcountModel.h 307 B

12345678910111213141516
  1. //
  2. // FreshAcountModel.h
  3. // BuguLive
  4. //
  5. // Created by yy on 16/7/28.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FreshAcountModel : NSObject
  10. @property (nonatomic, copy) NSString *useable_ticket;
  11. @property (nonatomic, copy) NSString *ratio;
  12. @end