






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

NS_ASSUME_NONNULL_BEGIN


typedef void(^ComparePotentialConsoleRotatingDecoderModified)(NSInteger mobileIndex);

@interface EggAlertView : UIView



+ (void)formThemeBoostChunkyShowersQueue:(NSString *_Nullable)title
                        message:(NSString *)message
                   carFatStrict:(NSArray<NSString *> *)carFatStrict
                     completion:(ComparePotentialConsoleRotatingDecoderModified _Nullable)completion;

+ (void)formThemeBoostChunkyShowersQueue:(NSString *_Nullable)title message:(NSString *)message completion:(ComparePotentialConsoleRotatingDecoderModified _Nullable)completion;


@end

NS_ASSUME_NONNULL_END
