// // GUWENViewController.h // jitao // // Created by 罗云飞 on 2018/8/19. // Copyright © 2018年 罗云飞. All rights reserved. // #import "NewBasicViewController.h" @interface GUWENViewController : NewBasicViewController @property(nonatomic,copy)NSString *seachStr; @property(nonatomic,copy)NSString *ControllerType;//页面类型 @end