From 73e3d5d4077636487f07be1beff3b2714ee2b276 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Mon, 25 Mar 2013 15:57:26 +0000 Subject: upgrade to phonegap 2.5 for ios --- iPhone/CordovaLib/Classes/CDVSplashScreen.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'iPhone/CordovaLib/Classes/CDVSplashScreen.h') diff --git a/iPhone/CordovaLib/Classes/CDVSplashScreen.h b/iPhone/CordovaLib/Classes/CDVSplashScreen.h index b0d8615..a0868a0 100755 --- a/iPhone/CordovaLib/Classes/CDVSplashScreen.h +++ b/iPhone/CordovaLib/Classes/CDVSplashScreen.h @@ -20,7 +20,11 @@ #import #import "CDVPlugin.h" -@interface CDVSplashScreen : CDVPlugin {} +@interface CDVSplashScreen : CDVPlugin { + UIActivityIndicatorView* _activityView; + UIImageView* _imageView; + UIView* _parentView; +} - (void)show:(CDVInvokedUrlCommand*)command; - (void)hide:(CDVInvokedUrlCommand*)command; -- cgit v1.2.3