






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface EngineerMaxLabel : UILabel

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

@property (nonatomic, assign) BOOL saltSplitExact;

+ (EngineerMaxLabel *)bitCapsArmBadLabel;

+ (EngineerMaxLabel *)bitCapsArmBadLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
