summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPageViewNormal.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Classes/MuPageViewNormal.h')
-rw-r--r--platform/ios/Classes/MuPageViewNormal.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/platform/ios/Classes/MuPageViewNormal.h b/platform/ios/Classes/MuPageViewNormal.h
deleted file mode 100644
index 25b0c3ca..00000000
--- a/platform/ios/Classes/MuPageViewNormal.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#import <UIKit/UIKit.h>
-
-#undef ABS
-#undef MIN
-#undef MAX
-
-#include "mupdf/fitz.h"
-
-#import "MuHitView.h"
-#import "MuPageView.h"
-#import "MuDocRef.h"
-#import "MuDialogCreator.h"
-#import "MuTextSelectView.h"
-#import "MuInkView.h"
-#import "MuAnnotSelectView.h"
-#import "MuUpdater.h"
-
-@interface MuPageViewNormal : UIScrollView <UIScrollViewDelegate,MuPageView>
-- (instancetype) initWithFrame: (CGRect)frame dialogCreator:(id<MuDialogCreator>)dia updater:(id<MuUpdater>)upd document: (MuDocRef *)aDoc page: (int)aNumber;
-- (void) displayImage: (UIImage*)image;
-- (void) resizeImage;
-- (void) loadPage;
-- (void) loadTile;
-@end