From 6f532f78076d2bb24a8c6cf47c0f45994fa5b707 Mon Sep 17 00:00:00 2001 From: Paul Gardiner Date: Thu, 14 Nov 2013 15:24:53 +0000 Subject: iOS: add support for creating markup 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 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 { @@ -35,6 +36,7 @@ UIImageView *tileView; MuHitView *hitView; MuHitView *linkView; + MuTextSelectView *textSelectView; NSArray *widgetRects; CGSize pageSize; CGRect tileFrame; -- cgit v1.2.3