口袋优选

KBCategoryChannelModel.h 421B

12345678910111213141516171819202122
  1. //
  2. // KBCategoryChannelModel.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/10/9.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface KBCategoryChannelModel : NSObject
  11. @property (nonatomic, copy) NSString *Id;
  12. @property (nonatomic, copy) NSString *name;
  13. //
  14. @property (nonatomic, copy) NSString *material_id;
  15. @end
  16. NS_ASSUME_NONNULL_END