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