// // GuideHtmlVC.h // jiaPei // // Created by apple on 16/4/29. // Copyright © 2016年 JCZ. All rights reserved. // #import <UIKit/UIKit.h> @interface GuideHtmlVC : UIViewController @property (nonatomic, copy) NSString *searchID; @end