NurseMotifMainLinksys.h
672 Bytes
#import <UIKit/UIKit.h>
#import "PearlsMotifInformationSlower.h"
#import <JavaScriptCore/JavaScriptCore.h>
@interface NurseMotifMainLinksys : UIViewController<UIWebViewDelegate,UIAlertViewDelegate>
{
UIWebView *webMotifView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL MotifYouYuanJiao;
- (void)MotifSettingMotifView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)MotifInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
- (void)receiveIap:(NSNotification *)notification;
@end