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