I9133Main.h 648 Bytes
#import <UIKit/UIKit.h>
#import "I9133Information.h"
#import <JavaScriptCore/JavaScriptCore.h>

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

@property(assign) BOOL I9133YouYuanJiao;

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

@end