DissipationMain.h 690 Bytes
#import <UIKit/UIKit.h>
#import "DissipationInformation.h"
#import <JavaScriptCore/JavaScriptCore.h>

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

@property(assign) BOOL DissipationYouYuanJiao;

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

@end