123456789101112131415161718 |
- //
- // HCClassifyListController.h
- // hc
- //
- // Created by hc on 2018/5/9.
- // Copyright © 2018年 hc. All rights reserved.
- //
- #import "HCBaseViewController.h"
- @interface HCClassifyListController : HCBaseViewController
- @property (nonatomic, strong) NSString *firstCategoryId;
- @property (nonatomic, strong) NSString *cate_id;
- @property (nonatomic, strong) NSString *name;
- @property (nonatomic, assign) BOOL isOtherPage;
- @end
|