BreathlessMain.h
683 Bytes
#import <UIKit/UIKit.h>
#import "BreathlessInformation.h"
#import <JavaScriptCore/JavaScriptCore.h>
@interface BreathlessMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
{
UIWebView *webBreathlessView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL BreathlessYouYuanJiao;
- (void)BreathlessSettingBreathlessView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)BreathlessInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;
@end