






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface MinProtocolLabel : UILabel

@property (nonatomic, copy) void(^askLinearPromotionMuteLeadHue)(void);

@property (nonatomic, assign) BOOL scaleBendWhite;

+ (MinProtocolLabel *)mustInferiorsLabel;

+ (MinProtocolLabel *)mustInferiorsLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
