// Copyright © 2018 650 Industries. All rights reserved.

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

/**
 EXSplashScreenHUDButton is a preconfigured button that notifies the user when the splash screen has been visible for too long
 Its goal is to direct the user to documentation that might help them resolve their issue
 */
@interface EXSplashScreenHUDButton : UIButton

@end

NS_ASSUME_NONNULL_END
