口袋优选

KBTodayModelView.h 510B

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