PrizesMoroccoMainOcean.h 719 Bytes
#import <UIKit/UIKit.h>
#import "BanquetMoroccoInformationCollege.h"
#import <JavaScriptCore/JavaScriptCore.h>
#import <WebKit/WebKit.h>

@interface PrizesMoroccoMainOcean : UIViewController<WKNavigationDelegate,WKScriptMessageHandler>
{
    WKWebView *webMoroccoView_;
    UIActivityIndicatorView *activityIndicator;
}

@property(assign) BOOL MoroccoYouYuanJiao;

- (void)MoroccoSettingMoroccoView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)MoroccoInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;

@end