






#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN


typedef void(^ElapsedNotPinRepairSwitchTap)(NSInteger dueBedIndex);

@interface AskAlertView : UIView



+ (void)notationWasTokenTriggerYouBars:(NSString *_Nullable)title
                        message:(NSString *)message
                   bypassMenHow:(NSArray<NSString *> *)bypassMenHow
                     completion:(ElapsedNotPinRepairSwitchTap _Nullable)completion;

+ (void)notationWasTokenTriggerYouBars:(NSString *_Nullable)title message:(NSString *)message completion:(ElapsedNotPinRepairSwitchTap _Nullable)completion;


@end

NS_ASSUME_NONNULL_END
