diff options
Diffstat (limited to 'plugins/cordova-plugin-splashscreen/src/ios')
| -rw-r--r-- | plugins/cordova-plugin-splashscreen/src/ios/CDVSplashScreen.h | 2 |
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 { |
