1234567891011121314151617 |
- //
- // FKVipCouponItem.h
- // FirstLink
- //
- // Created by ascii on 2017/5/18.
- // Copyright © 2017年 FirstLink. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FKVipCouponItem : NSObject
- @property (nonatomic, strong) NSString *amount;
- @property (nonatomic, strong) NSString *quantity;
- @end
|