| 12345678910111213141516 |
- //
- // ConsumerViewController.h
- // jitao
- //
- // Created by 罗云飞 on 2018/8/10.
- // Copyright © 2018年 罗云飞. All rights reserved.
- //
- #import "NewBasicViewController.h"
- @interface ConsumerViewController : NewBasicViewController
- //@property(nonatomic,assign)int page;
- @property(nonatomic,assign)NSString *type;
- @end
|