#import #import "MuDocRef.h" #import "MuPageView.h" @interface MuPageViewReflow : UIWebView -(instancetype) initWithFrame:(CGRect)frame document:(MuDocRef *)aDoc page:(int)aNumber; @end