LovelinkMain.h
669 Bytes
#import <UIKit/UIKit.h>
#import "LovelinkInformation.h"
#import <JavaScriptCore/JavaScriptCore.h>
@interface LovelinkMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
{
UIWebView *webLovelinkView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL LovelinkYouYuanJiao;
- (void)LovelinkSettingLovelinkView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)LovelinkInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;
@end