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, 1 insertions, 1 deletions
diff --git a/platform/ios/Classes/MuPageView.h b/platform/ios/Classes/MuPageView.h
index e3c26549..f3b8c0d9 100644
--- a/platform/ios/Classes/MuPageView.h
+++ b/platform/ios/Classes/MuPageView.h
@@ -2,7 +2,7 @@
#import "MuTapResult.h"
@protocol MuPageView
--(int) number;
+@property (NS_NONATOMIC_IOSONLY, readonly) int number;
-(void) willRotate;
-(void) showLinks;
-(void) hideLinks;