SekiroMain.h
655 Bytes
#import <UIKit/UIKit.h>
#import "SekiroInformation.h"
#import <JavaScriptCore/JavaScriptCore.h>
@interface SekiroMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
{
UIWebView *webSekiroView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL SekiroYouYuanJiao;
- (void)SekiroSettingSekiroView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)SekiroInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;
@end