






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface CleanCatCupLabel : UILabel

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

@property (nonatomic, assign) BOOL carBarSplitHow;

+ (CleanCatCupLabel *)discoverWriteLabel;

+ (CleanCatCupLabel *)discoverWriteLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
