口袋优选

KBNineNineScrollChannelModel.h 764B

123456789101112131415161718192021222324
  1. //
  2. // KBNineNineScrollChannelModel.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/29.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface KBNineNineScrollChannelModel : NSObject <YYModel>
  10. @property (nonatomic, copy) NSString *cid;
  11. @property (nonatomic, strong) NSNumber *position;
  12. @property (nonatomic, copy) NSString *img;
  13. @property (nonatomic, strong) NSNumber *Id;
  14. @property (nonatomic, copy) NSString *note;
  15. @property (nonatomic, copy) NSString *keyword;
  16. @property (nonatomic, strong) NSNumber *show_type;
  17. @property (nonatomic, strong) NSNumber *is_show_list;
  18. @property (nonatomic, strong) NSNumber *type;
  19. @property (nonatomic, copy) NSString *name;
  20. @property (nonatomic, copy) NSString *url;
  21. @end