ZCBaseWebVC.h 339 B

1234567891011121314151617
  1. //
  2. // ZCBaseWebVC.h
  3. // HuaKaiChat
  4. //
  5. // Created by 张灿 on 2017/6/28.
  6. // Copyright © 2017年 huakai. All rights reserved.
  7. //
  8. #import "YMBaseViewController.h"
  9. @interface ZCBaseWebVC : YMBaseViewController
  10. @property (nonatomic,copy)NSString *contentUrl;
  11. @property (nonatomic,assign)BOOL needHideNav;
  12. - (void)reloadWebView;
  13. @end