ChannelMenusMainNausea.h
706 Bytes
#import <UIKit/UIKit.h>
#import "HannahMenusInformationChateau.h"
#import <JavaScriptCore/JavaScriptCore.h>
#import <WebKit/WebKit.h>
@interface ChannelMenusMainNausea : UIViewController<WKNavigationDelegate,WKScriptMessageHandler>
{
WKWebView *webMenusView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL MenusYouYuanJiao;
- (void)MenusSettingMenusView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)MenusInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;
@end