diff options
Diffstat (limited to 'platform/ios/Classes/MuPageViewNormal.h')
-rw-r--r-- | platform/ios/Classes/MuPageViewNormal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/Classes/MuPageViewNormal.h b/platform/ios/Classes/MuPageViewNormal.h index cd442baf..cb45b560 100644 --- a/platform/ios/Classes/MuPageViewNormal.h +++ b/platform/ios/Classes/MuPageViewNormal.h @@ -19,6 +19,7 @@ #import "MuDialogCreator.h" #import "MuTextSelectView.h" #import "MuInkView.h" +#import "MuAnnotSelectView.h" @interface MuPageViewNormal : UIScrollView <UIScrollViewDelegate,MuPageView> { @@ -39,7 +40,10 @@ MuHitView *linkView; MuTextSelectView *textSelectView; MuInkView *inkView; + MuAnnotSelectView *annotSelectView; NSArray *widgetRects; + NSArray *annotations; + int selectedAnnotationIndex; CGSize pageSize; CGRect tileFrame; float tileScale; |