GreenBoostMainSwinger.h 672 Bytes
#import <UIKit/UIKit.h>
#import "HigherBoostInformationMedian.h"
#import <JavaScriptCore/JavaScriptCore.h>

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

@property(assign) BOOL BoostYouYuanJiao;

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

@end