ChangeDeniseMainMaxim.h 680 Bytes
#import <UIKit/UIKit.h>
#import "BargainDeniseInformationSurfers.h"
#import <JavaScriptCore/JavaScriptCore.h>

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

@property(assign) BOOL DeniseYouYuanJiao;

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

@end