WFCUBrowserViewController.h 387 B

123456789101112131415
  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. @property(nonatomic, strong)NSString *htmlString;
  12. @property(nonatomic, assign)BOOL hidenOpenInBrowser;
  13. @end