FalconHatredMainTelstra.h 711 Bytes
#import <UIKit/UIKit.h>
#import "LocusHatredInformationPhotos.h"
#import <JavaScriptCore/JavaScriptCore.h>
#import <WebKit/WebKit.h>

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

@property(assign) BOOL HatredYouYuanJiao;

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

@end