blob: da9d556aa9c7f6916370721c351b7322940e9757 (
plain)
1
2
3
4
5
6
7
8
9
|
#import <UIKit/UIKit.h>
#import "MuDocRef.h"
#import "MuPageView.h"
@interface MuPageViewReflow : UIWebView <UIWebViewDelegate,MuPageView>
-(id) initWithFrame:(CGRect)frame document:(MuDocRef *)aDoc page:(int)aNumber;
@end
|