// // KBGoodListViewController.h // YouHuiProject // // Created by 小花 on 2018/1/26. // Copyright © 2018年 kuxuan. All rights reserved. // #import "KBBaseViewController.h" @interface KBGoodListViewController : KBBaseViewController @property (nonatomic, strong) NSString *cate_id; @property (nonatomic, strong) NSString *name; /* * topRequest 1 similar 2 gid */ @property (nonatomic, assign) NSInteger topRequest; @end