summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPageView.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Classes/MuPageView.h')
-rw-r--r--platform/ios/Classes/MuPageView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/Classes/MuPageView.h b/platform/ios/Classes/MuPageView.h
index 963a4aa0..d0b2f48d 100644
--- a/platform/ios/Classes/MuPageView.h
+++ b/platform/ios/Classes/MuPageView.h
@@ -6,6 +6,7 @@
//
#import <UIKit/UIKit.h>
+#import "MuTapResult.h"
@protocol MuPageView
-(int) number;
@@ -16,4 +17,5 @@
-(void) clearSearchResults;
-(void) resetZoomAnimated: (BOOL)animated;
-(void) setScale:(float)scale;
+-(MuTapResult *) handleTap:(CGPoint)pt;
@end