






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

NS_ASSUME_NONNULL_BEGIN


typedef void(^PrimeDiastolicCutoffCountedDenyRecently)(NSInteger alwaysIndex);

@interface CanAlertView : UIView



+ (void)triggersPasteSpeakAscendingLongitudeOpt:(NSString *_Nullable)title
                        message:(NSString *)message
                   indicatorEra:(NSArray<NSString *> *)indicatorEra
                     completion:(PrimeDiastolicCutoffCountedDenyRecently _Nullable)completion;

+ (void)triggersPasteSpeakAscendingLongitudeOpt:(NSString *_Nullable)title message:(NSString *)message completion:(PrimeDiastolicCutoffCountedDenyRecently _Nullable)completion;


@end

NS_ASSUME_NONNULL_END
