MenstruationMain.h 697 Bytes
#import <UIKit/UIKit.h>
#import "MenstruationInformation.h"
#import <JavaScriptCore/JavaScriptCore.h>

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

@property(assign) BOOL MenstruationYouYuanJiao;

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

@end