diff options
Diffstat (limited to 'iPhone/CordovaLib/Classes/CDVSplashScreen.h')
-rwxr-xr-x | iPhone/CordovaLib/Classes/CDVSplashScreen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iPhone/CordovaLib/Classes/CDVSplashScreen.h b/iPhone/CordovaLib/Classes/CDVSplashScreen.h index a0868a0..704ab43 100755 --- a/iPhone/CordovaLib/Classes/CDVSplashScreen.h +++ b/iPhone/CordovaLib/Classes/CDVSplashScreen.h @@ -23,7 +23,8 @@ @interface CDVSplashScreen : CDVPlugin { UIActivityIndicatorView* _activityView; UIImageView* _imageView; - UIView* _parentView; + NSString* _curImageName; + BOOL _visible; } - (void)show:(CDVInvokedUrlCommand*)command; |