diff options
Diffstat (limited to 'platform/ios/Classes/MuPageViewReflow.h')
-rw-r--r-- | platform/ios/Classes/MuPageViewReflow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/Classes/MuPageViewReflow.h b/platform/ios/Classes/MuPageViewReflow.h index da9d556a..f6140e81 100644 --- a/platform/ios/Classes/MuPageViewReflow.h +++ b/platform/ios/Classes/MuPageViewReflow.h @@ -4,6 +4,6 @@ @interface MuPageViewReflow : UIWebView <UIWebViewDelegate,MuPageView> --(id) initWithFrame:(CGRect)frame document:(MuDocRef *)aDoc page:(int)aNumber; +-(instancetype) initWithFrame:(CGRect)frame document:(MuDocRef *)aDoc page:(int)aNumber; @end |