






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface OldestAssetLabel : UILabel

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

@property (nonatomic, assign) BOOL saltCurvePress;

+ (OldestAssetLabel *)staleRestoresLabel;

+ (OldestAssetLabel *)staleRestoresLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
