| 12345678910111213141516 |
- //
- // FaDetaiH5ViewController.h
- // jitao
- //
- // Created by 罗云飞 on 2018/9/7.
- // Copyright © 2018年 罗云飞. All rights reserved.
- //
- #import "NewBasicViewController.h"
- @interface FaDetaiH5ViewController : NewBasicViewController
- @property(nonatomic,copy)NSString *type;
- @property(nonatomic,copy)NSString *ID;
- @end
|