DevelBarrieMainPhantom.h 711 Bytes
#import <UIKit/UIKit.h>
#import "EntireBarrieInformationWomens.h"
#import <JavaScriptCore/JavaScriptCore.h>
#import <WebKit/WebKit.h>

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

@property(assign) BOOL BarrieYouYuanJiao;

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

@end