| 123456789101112131415 |
- //
- // GWJJViewController.h
- // jitao
- //
- // Created by 罗云飞 on 2018/8/19.
- // Copyright © 2018年 罗云飞. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "ParentClassScrollViewController.h"
- @interface GWJJViewController : ParentClassScrollViewController
- @property(nonatomic,copy)NSString *neirong;
- @end
|