SSearchVC.h 261 B

123456789101112131415
  1. //
  2. // SSearchVC.h
  3. // BuguLive
  4. //
  5. // Created by 丁凯 on 2017/6/21.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. @interface SSearchVC : BGBaseViewController
  10. @property (nonatomic, copy) NSString *searchType;
  11. @end