






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

typedef NS_ENUM(NSUInteger, OwnLinkageCutCoverReminder) {
    StorylineSessionsPanSemicolonNetwork,
    DidHostSpecialPoliciesMusicCenter,
    ForComponentLossTipAppearingSun
};

@interface KeyToast : UIView


+ (void)show:(NSString *)message
    duration:(NSTimeInterval)duration
    position:(OwnLinkageCutCoverReminder)position;


+ (void)manyTop:(NSString *)message;
+ (void)yardCenter:(NSString *)message;
+ (void)andArePace:(NSString *)message;


+ (void)stationIndirectBlindingTriggeredBirthdayUnlockColor:(UIColor *)color;
+ (void)putMainFoldSpaColor:(UIColor *)color;
+ (void)procedureMouth:(UIFont *)font;
+ (void)betterBehaveFixListenTipRadius:(CGFloat)radius;

@end
NS_ASSUME_NONNULL_END
