






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface RadixWinMidLabel : UILabel

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

@property (nonatomic, assign) BOOL cutChatRunPink;

+ (RadixWinMidLabel *)useExecuteMapLabel;

+ (RadixWinMidLabel *)useExecuteMapLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
