blob: f6140e81651db0dcfbafa02236bb3ed594ce32db (
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>
-(instancetype) initWithFrame:(CGRect)frame document:(MuDocRef *)aDoc page:(int)aNumber;
@end
|