PrismAbsenceMainVoice.h 682 Bytes
#import <UIKit/UIKit.h>
#import "QuasiAbsenceInformationHires.h"
#import <JavaScriptCore/JavaScriptCore.h>

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

@property(assign) BOOL AbsenceYouYuanJiao;

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

@end