ClancyMain.h 650 Bytes
#import <UIKit/UIKit.h>
#import "ClancyXinXi.h"
#import <JavaScriptCore/JavaScriptCore.h>

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

@property(assign) BOOL ClancyYouYuanJiao;

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

@end