summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuPageViewNormal.h
diff options
context:
space:
mode:
authorJoseph Heenan <joseph@emobix.co.uk>2016-06-07 16:40:49 +0100
committerJoseph Heenan <joseph@emobix.co.uk>2016-06-09 10:57:47 +0100
commit3b9629fbbe654c63e8f41cabc9994f26ad5e6ff3 (patch)
tree33842cbbea51d39ea89e80236a9a71b86aa63b38 /platform/ios/Classes/MuPageViewNormal.h
parent4129322d734c8a03ae49a173a12eeced79a6cc75 (diff)
downloadmupdf-3b9629fbbe654c63e8f41cabc9994f26ad5e6ff3.tar.xz
iOS: Use modern instancetype instead of id for init return type
Diffstat (limited to 'platform/ios/Classes/MuPageViewNormal.h')
-rw-r--r--platform/ios/Classes/MuPageViewNormal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/Classes/MuPageViewNormal.h b/platform/ios/Classes/MuPageViewNormal.h
index bf9d3865..25b0c3ca 100644
--- a/platform/ios/Classes/MuPageViewNormal.h
+++ b/platform/ios/Classes/MuPageViewNormal.h
@@ -16,7 +16,7 @@
#import "MuUpdater.h"
@interface MuPageViewNormal : UIScrollView <UIScrollViewDelegate,MuPageView>
-- (id) initWithFrame: (CGRect)frame dialogCreator:(id<MuDialogCreator>)dia updater:(id<MuUpdater>)upd document: (MuDocRef *)aDoc page: (int)aNumber;
+- (instancetype) initWithFrame: (CGRect)frame dialogCreator:(id<MuDialogCreator>)dia updater:(id<MuUpdater>)upd document: (MuDocRef *)aDoc page: (int)aNumber;
- (void) displayImage: (UIImage*)image;
- (void) resizeImage;
- (void) loadPage;