12345678910111213141516171819202122 |
- //
- // KXVerticleModel.h
- // CAISHEN
- //
- // Created by kuxuan on 2017/8/28.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface KXVerticleModel : NSObject
- @property (nonatomic,copy)NSString *product_id;
- @property (nonatomic,copy)NSString *content;
- @property (nonatomic,copy)NSString *link;
- @property (nonatomic,copy)NSString *skip_type;
- @end
|