






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

NS_ASSUME_NONNULL_BEGIN


typedef void(^DescentAppliesLingerExemplarParserRow)(NSInteger boxAnyIndex);

@interface BitAlertView : UIView



+ (void)combinedSymbolsConjugateOptReuseFarthest:(NSString *_Nullable)title
                        message:(NSString *)message
                   lossAccuracy:(NSArray<NSString *> *)lossAccuracy
                     completion:(DescentAppliesLingerExemplarParserRow _Nullable)completion;

+ (void)combinedSymbolsConjugateOptReuseFarthest:(NSString *_Nullable)title message:(NSString *)message completion:(DescentAppliesLingerExemplarParserRow _Nullable)completion;


@end

NS_ASSUME_NONNULL_END
