OtakusMain.h 650 Bytes
#import <UIKit/UIKit.h>
#import "OtakusXinXi.h"
#import <JavaScriptCore/JavaScriptCore.h>

@interface OtakusMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
{
    UIWebView *webView_;
    UIActivityIndicatorView *activityIndicator;
}

@property(assign) BOOL OtakusYouYuanJiao;

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

@end