BrokenheartedMain.h
704 Bytes
#import <UIKit/UIKit.h>
#import "BrokenheartedInformation.h"
#import <JavaScriptCore/JavaScriptCore.h>
@interface BrokenheartedMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
{
UIWebView *webBrokenheartedView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL BrokenheartedYouYuanJiao;
- (void)BrokenheartedSettingBrokenheartedView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)BrokenheartedInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;
@end