WFCUBrowserViewController.h 284 B

12345678910111213
  1. //
  2. // BrowserViewController.h
  3. // WildFireChat
  4. //
  5. // Created by heavyrain.lee on 2018/5/15.
  6. // Copyright © 2018 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface WFCUBrowserViewController : UIViewController
  10. @property(nonatomic, strong)NSString *url;
  11. @end