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