summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPageView.h
diff options
context:
space:
mode:
authorJoseph Heenan <joseph@emobix.co.uk>2016-06-07 16:41:35 +0100
committerJoseph Heenan <joseph@emobix.co.uk>2016-06-09 10:57:47 +0100
commit641935ed19f95dfb7eab1309905e960389628289 (patch)
tree5573b4fe1613ba001ee3d674fa50e84d8af5c4d3 /platform/ios/Classes/MuPageView.h
parent3b9629fbbe654c63e8f41cabc9994f26ad5e6ff3 (diff)
downloadmupdf-641935ed19f95dfb7eab1309905e960389628289.tar.xz
iOS: Replace property like accessors with properties
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;