summaryrefslogtreecommitdiff
path: root/plugins/cordova-plugin-splashscreen/src/ios/CDVSplashScreen.h
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-09-23 15:45:30 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-09-23 15:45:30 -0400
commit1d1c2168ff30ac9452b0929db4ae1f5baa83657a (patch)
tree1967e3ca3898bf2f33938e89bd1e6add6e49a570 /plugins/cordova-plugin-splashscreen/src/ios/CDVSplashScreen.h
parent26821696678cf84ee19f4eb803807e41a7b56780 (diff)
updates
Diffstat (limited to 'plugins/cordova-plugin-splashscreen/src/ios/CDVSplashScreen.h')
-rw-r--r--plugins/cordova-plugin-splashscreen/src/ios/CDVSplashScreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cordova-plugin-splashscreen/src/ios/CDVSplashScreen.h b/plugins/cordova-plugin-splashscreen/src/ios/CDVSplashScreen.h
index 3feede64..0d6ae397 100644
--- a/plugins/cordova-plugin-splashscreen/src/ios/CDVSplashScreen.h
+++ b/plugins/cordova-plugin-splashscreen/src/ios/CDVSplashScreen.h
@@ -27,7 +27,7 @@ typedef struct {
BOOL iPhone6;
BOOL iPhone6Plus;
BOOL retina;
-
+
} CDV_iOSDevice;
@interface CDVSplashScreen : CDVPlugin {