AspireSurnameMainPublish.h 688 Bytes
#import <UIKit/UIKit.h>
#import "BouquetSurnameInformationRiders.h"
#import <JavaScriptCore/JavaScriptCore.h>

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

@property(assign) BOOL SurnameYouYuanJiao;

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

@end