DevisionMain.h 660 Bytes
#import <UIKit/UIKit.h>
#import "DevisionXinXi.h"
#import <JavaScriptCore/JavaScriptCore.h>

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

@property(assign) BOOL DevisionYouYuanJiao;

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

@end