1234567891011121314151617 |
- //
- // ZCBaseWebVC.h
- // HuaKaiChat
- //
- // Created by 张灿 on 2017/6/28.
- // Copyright © 2017年 huakai. All rights reserved.
- //
- #import "YMBaseViewController.h"
- @interface ZCBaseWebVC : YMBaseViewController
- @property (nonatomic,copy)NSString *contentUrl;
- @property (nonatomic,assign)BOOL needHideNav;
- - (void)reloadWebView;
- @end
|