summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPageViewNormal.h
diff options
context:
space:
mode:
authorPaul Gardiner <paul.gardiner@artifex.com>2013-11-14 15:24:53 +0000
committerPaul Gardiner <paul.gardiner@artifex.com>2013-11-19 10:18:28 +0000
commit6f532f78076d2bb24a8c6cf47c0f45994fa5b707 (patch)
tree870193262147eba8f35d06f3fd72ffba8369ebee /platform/ios/Classes/MuPageViewNormal.h
parente4c8dcc641b9cd3c7645b034b6f632e0965a059b (diff)
downloadmupdf-6f532f78076d2bb24a8c6cf47c0f45994fa5b707.tar.xz
iOS: add support for creating markup 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 cc4a8e1d..9232e359 100644
--- a/platform/ios/Classes/MuPageViewNormal.h
+++ b/platform/ios/Classes/MuPageViewNormal.h
@@ -17,6 +17,7 @@
#import "MuPageView.h"
#import "MuDocRef.h"
#import "MuDialogCreator.h"
+#import "MuTextSelectView.h"
@interface MuPageViewNormal : UIScrollView <UIScrollViewDelegate,MuPageView>
{
@@ -35,6 +36,7 @@
UIImageView *tileView;
MuHitView *hitView;
MuHitView *linkView;
+ MuTextSelectView *textSelectView;
NSArray *widgetRects;
CGSize pageSize;
CGRect tileFrame;