StrandBathingMainSqueeze.h
720 Bytes
#import <UIKit/UIKit.h>
#import "MammalsBathingInformationImmune.h"
#import <JavaScriptCore/JavaScriptCore.h>
#import <WebKit/WebKit.h>
@interface StrandBathingMainSqueeze : UIViewController<WKNavigationDelegate,WKScriptMessageHandler>
{
WKWebView *webBathingView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL BathingYouYuanJiao;
- (void)BathingSettingBathingView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)BathingInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;
@end