説明なし

FKVipCouponItem.h 316B

1234567891011121314151617
  1. //
  2. // FKVipCouponItem.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 2017/5/18.
  6. // Copyright © 2017年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKVipCouponItem : NSObject
  10. @property (nonatomic, strong) NSString *amount;
  11. @property (nonatomic, strong) NSString *quantity;
  12. @end