






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

NS_ASSUME_NONNULL_BEGIN


typedef void(^CervicalViewTouchesSayRawHalftone)(NSInteger tipTopIndex);

@interface BadAlertView : UIView



+ (void)disabledCatRhythmAccountBorderAttempter:(NSString *_Nullable)title
                        message:(NSString *)message
                   putLetterCat:(NSArray<NSString *> *)putLetterCat
                     completion:(CervicalViewTouchesSayRawHalftone _Nullable)completion;

+ (void)disabledCatRhythmAccountBorderAttempter:(NSString *_Nullable)title message:(NSString *)message completion:(CervicalViewTouchesSayRawHalftone _Nullable)completion;


@end

NS_ASSUME_NONNULL_END
