summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPageViewReflow.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-01-09 13:27:17 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-01-09 17:46:26 +0100
commit9d96d035d3b7af53256ee64b5ddb0ad8bcf8df38 (patch)
tree408cbbb72315089db1b8efe58bce322f8734bb1b /platform/ios/Classes/MuPageViewReflow.h
parent50b39c939345c36eb5e95c8a71ccdb8cd24c9aad (diff)
downloadmupdf-9d96d035d3b7af53256ee64b5ddb0ad8bcf8df38.tar.xz
Remove platform/ios directory.
The iOS viewer has been moved to its own git repository.
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