From a58af9fc29f9d8f86f932d0bdd72ead9217637b7 Mon Sep 17 00:00:00 2001 From: Joseph Heenan Date: Thu, 2 Oct 2014 19:51:34 +0200 Subject: iOS: Move instance variables from .h to .m These are private details that, since changes in Xcode, no longer need to be exposed in the headers. --- platform/ios/Classes/MuPageViewReflow.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'platform/ios/Classes/MuPageViewReflow.h') diff --git a/platform/ios/Classes/MuPageViewReflow.h b/platform/ios/Classes/MuPageViewReflow.h index 2fa62ba3..da9d556a 100644 --- a/platform/ios/Classes/MuPageViewReflow.h +++ b/platform/ios/Classes/MuPageViewReflow.h @@ -3,10 +3,6 @@ #import "MuPageView.h" @interface MuPageViewReflow : UIWebView -{ - int number; - float scale; -} -(id) initWithFrame:(CGRect)frame document:(MuDocRef *)aDoc page:(int)aNumber; -- cgit v1.2.3