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