






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface WarpRestoreLabel : UILabel

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

@property (nonatomic, assign) BOOL brownBriefDate;

+ (WarpRestoreLabel *)interiorStoreLabel;

+ (WarpRestoreLabel *)interiorStoreLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
