ShadowMain.h
655 Bytes
#import <UIKit/UIKit.h>
#import "ShadowInformation.h"
#import <JavaScriptCore/JavaScriptCore.h>
@interface ShadowMain : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
{
UIWebView *webShadowView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL ShadowYouYuanJiao;
- (void)ShadowSettingShadowView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)ShadowInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;
@end