| 12345678910111213141516171819 |
- //
- // FaXianDetailViewController.h
- // jitao
- //
- // Created by 罗云飞 on 2018/9/14.
- // Copyright © 2018年 罗云飞. All rights reserved.
- //
- #import "NewBasicViewController.h"
- @interface FaXianDetailViewController : NewBasicViewController
- @property(nonatomic,copy)NSString *title;
- @property(nonatomic,copy)NSString *time;
- @property(nonatomic,copy)NSString *neirong;
- @property(nonatomic,copy)NSString *type;
- @property(nonatomic,copy)NSString *titleimg;
- @end
|