






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

NS_ASSUME_NONNULL_BEGIN


typedef void(^PerfusionDaysExpectsPaceBeenCoulombs)(NSInteger oldHowIndex);

@interface HowAlertView : UIView



+ (void)cupTheBagPeriodIntersectUnified:(NSString *_Nullable)title
                        message:(NSString *)message
                   quitDebugger:(NSArray<NSString *> *)quitDebugger
                     completion:(PerfusionDaysExpectsPaceBeenCoulombs _Nullable)completion;

+ (void)cupTheBagPeriodIntersectUnified:(NSString *_Nullable)title message:(NSString *)message completion:(PerfusionDaysExpectsPaceBeenCoulombs _Nullable)completion;


@end

NS_ASSUME_NONNULL_END
