// // SSearchVC.h // BuguLive // // Created by 丁凯 on 2017/6/21. // Copyright © 2017年 xfg. All rights reserved. // #import "BGBaseViewController.h" @interface SSearchVC : BGBaseViewController @property (nonatomic, copy) NSString *searchType; @end