






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface BayerCreditLabel : UILabel

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

@property (nonatomic, assign) BOOL containsSecure;

+ (BayerCreditLabel *)gainNodeLayerLabel;

+ (BayerCreditLabel *)gainNodeLayerLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
