summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPageViewReflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Classes/MuPageViewReflow.h')
-rw-r--r--platform/ios/Classes/MuPageViewReflow.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/platform/ios/Classes/MuPageViewReflow.h b/platform/ios/Classes/MuPageViewReflow.h
deleted file mode 100644
index f6140e81..00000000
--- a/platform/ios/Classes/MuPageViewReflow.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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