| 123456789101112131415161718192021 |
- //
- // NewFWXMViewController.h
- // jitao
- //
- // Created by 罗云飞 on 2018/8/30.
- // Copyright © 2018年 罗云飞. All rights reserved.
- //
- #import "NewBasicViewController.h"
- @interface NewFWXMViewController : NewBasicViewController
- @property(nonatomic,copy)NSString *biaoqianID;
- @property(nonatomic,copy)NSString *topId;
- @property(nonatomic,copy)NSString *secondId;
- @property(nonatomic,copy)NSString *seachStr;
- @property(nonatomic,copy)NSString *mokuaitype;
- @end
|