From caa1a62c422fd73c2dadf3fc74f8a207c1f5ea14 Mon Sep 17 00:00:00 2001 From: Paul Gardiner Date: Wed, 20 Nov 2013 13:57:48 +0000 Subject: iOS: support creation of Ink annotations --- platform/ios/Classes/MuPageViewNormal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/ios/Classes/MuPageViewNormal.h') 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 { @@ -37,6 +38,7 @@ MuHitView *hitView; MuHitView *linkView; MuTextSelectView *textSelectView; + MuInkView *inkView; NSArray *widgetRects; CGSize pageSize; CGRect tileFrame; -- cgit v1.2.3