summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPageViewNormal.h
diff options
context:
space:
mode:
authorPaul Gardiner <paul.gardiner@artifex.com>2013-11-20 13:57:48 +0000
committerPaul Gardiner <paul.gardiner@artifex.com>2013-11-20 13:57:48 +0000
commitcaa1a62c422fd73c2dadf3fc74f8a207c1f5ea14 (patch)
tree5982b8e5e5f3539a7184fd68883a50fa148be13c /platform/ios/Classes/MuPageViewNormal.h
parent6f532f78076d2bb24a8c6cf47c0f45994fa5b707 (diff)
downloadmupdf-caa1a62c422fd73c2dadf3fc74f8a207c1f5ea14.tar.xz
iOS: support creation of Ink annotations
Diffstat (limited to 'platform/ios/Classes/MuPageViewNormal.h')
-rw-r--r--platform/ios/Classes/MuPageViewNormal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/Classes/MuPageViewNormal.h b/platform/ios/Classes/MuPageViewNormal.h
index 9232e359..cd442baf 100644
--- a/platform/ios/Classes/MuPageViewNormal.h
+++ b/platform/ios/Classes/MuPageViewNormal.h
@@ -18,6 +18,7 @@
#import "MuDocRef.h"
#import "MuDialogCreator.h"
#import "MuTextSelectView.h"
+#import "MuInkView.h"
@interface MuPageViewNormal : UIScrollView <UIScrollViewDelegate,MuPageView>
{
@@ -37,6 +38,7 @@
MuHitView *hitView;
MuHitView *linkView;
MuTextSelectView *textSelectView;
+ MuInkView *inkView;
NSArray *widgetRects;
CGSize pageSize;
CGRect tileFrame;