






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface ReadRenewalLabel : UILabel

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

@property (nonatomic, assign) BOOL bagPushOptPipe;

+ (ReadRenewalLabel *)basalZoomLazyLabel;

+ (ReadRenewalLabel *)basalZoomLazyLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
