1*9fcddb20Sandy // Copyright © 2018 650 Industries. All rights reserved.
2*9fcddb20Sandy 
3*9fcddb20Sandy #import <UIKit/UIKit.h>
4*9fcddb20Sandy 
5*9fcddb20Sandy NS_ASSUME_NONNULL_BEGIN
6*9fcddb20Sandy 
7*9fcddb20Sandy /**
8*9fcddb20Sandy  EXSplashScreenHUDButton is a preconfigured button that notifies the user when the splash screen has been visible for too long
9*9fcddb20Sandy  Its goal is to direct the user to documentation that might help them resolve their issue
10*9fcddb20Sandy  */
11*9fcddb20Sandy @interface EXSplashScreenHUDButton : UIButton
12*9fcddb20Sandy 
13*9fcddb20Sandy @end
14*9fcddb20Sandy 
15*9fcddb20Sandy NS_ASSUME_NONNULL_END
16