xeroxPromotionMainbrands.h 699 Bytes
#import <UIKit/UIKit.h>
#import "enquiryPromotionInformationemacs.h"
#import <JavaScriptCore/JavaScriptCore.h>

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

@property(assign) BOOL PromotionYouYuanJiao;

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

@end