AffectionMain.h 676 Bytes
#import <UIKit/UIKit.h>
#import "AffectionInformation.h"
#import <JavaScriptCore/JavaScriptCore.h>

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

@property(assign) BOOL AffectionYouYuanJiao;

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

@end