Repository URL to install this package:
//
// DESplashScreen.h
// HelloCordova
//
// Created by Marco Bonati on 23/02/2017.
//
//
#ifndef DESplashScreen_h
#define DESplashScreen_h
@interface DEDefaultSplashScreen : UIImageView
- (instancetype)initWithFrame:(CGRect)frame;
@end
#endif /* DESplashScreen_h */