






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

NS_ASSUME_NONNULL_BEGIN


typedef void(^IntroPriceFourthReportingSplitGasp)(NSInteger sensorIndex);

@interface EyeAlertView : UIView



+ (void)layoutCupSetupBuiltSurfaceRank:(NSString *_Nullable)title
                        message:(NSString *)message
                   foundSquares:(NSArray<NSString *> *)foundSquares
                     completion:(IntroPriceFourthReportingSplitGasp _Nullable)completion;

+ (void)layoutCupSetupBuiltSurfaceRank:(NSString *_Nullable)title message:(NSString *)message completion:(IntroPriceFourthReportingSplitGasp _Nullable)completion;


@end

NS_ASSUME_NONNULL_END
