MarvelsMain.h
657 Bytes
#import <UIKit/UIKit.h>
#import "MarvelsMessage.h"
#import <JavaScriptCore/JavaScriptCore.h>
@interface MarvelsMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
{
UIWebView *webView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL MarvelsYouYuanJiao;
- (void)MarvelsSettingCKAssetsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)MarvelsChuShiHuaWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;
@end