






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface TabCarThemeLabel : UILabel

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

@property (nonatomic, assign) BOOL indexesRefined;

+ (TabCarThemeLabel *)forkFloatAwayLabel;

+ (TabCarThemeLabel *)forkFloatAwayLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
