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