123456789101112131415161718192021 |
- //
- // LDGoodListViewController.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/26.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "LDBaseViewController.h"
- @interface LDGoodListViewController : LDBaseViewController
- @property (nonatomic, strong) NSString *cate_id;
- @property (nonatomic, strong) NSString *name;
- /*
- * topRequest 1 大额券 2 gid
- */
- @property (nonatomic, assign) NSInteger topRequest;
- @end
|