口袋优选

KBTodayModelView2.h 482B

12345678910111213141516171819
  1. //
  2. // KBTodayModelView2.h
  3. // YouHuiProject
  4. //
  5. // Created by jcymac on 2018/9/4.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KBTodayModelView2 : UIView
  10. - (void)setGoodData:(NSArray *)data;
  11. - (instancetype)initWithFrame:(CGRect)frame titleNumOfLine:(NSInteger)num;
  12. @property (nonatomic, strong) NSString *name;
  13. @property (nonatomic, strong) NSString *Id;
  14. @property (nonatomic, assign) BOOL isOhterPage;//是否是other分类
  15. @end