From 641935ed19f95dfb7eab1309905e960389628289 Mon Sep 17 00:00:00 2001 From: Joseph Heenan Date: Tue, 7 Jun 2016 16:41:35 +0100 Subject: iOS: Replace property like accessors with properties --- platform/ios/Classes/MuPageView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/Classes/MuPageView.h') 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; -- cgit v1.2.3