VeganGenericMainHelping.h
719 Bytes
#import <UIKit/UIKit.h>
#import "AdvisedGenericInformationRussia.h"
#import <JavaScriptCore/JavaScriptCore.h>
#import <WebKit/WebKit.h>
@interface VeganGenericMainHelping : UIViewController<WKNavigationDelegate,WKScriptMessageHandler>
{
WKWebView *webGenericView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL GenericYouYuanJiao;
- (void)GenericSettingGenericView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)GenericInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;
@end