InsulinSonomaMainLimit.h
711 Bytes
#import <UIKit/UIKit.h>
#import "UnknownSonomaInformationPoems.h"
#import <JavaScriptCore/JavaScriptCore.h>
#import <WebKit/WebKit.h>
@interface InsulinSonomaMainLimit : UIViewController<WKNavigationDelegate,WKScriptMessageHandler>
{
WKWebView *webSonomaView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL SonomaYouYuanJiao;
- (void)SonomaSettingSonomaView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)SonomaInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;
@end