






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface AnotherWrapLabel : UILabel

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

@property (nonatomic, assign) BOOL trustMayOurNet;

+ (AnotherWrapLabel *)askUserDidCutLabel;

+ (AnotherWrapLabel *)askUserDidCutLabel:(BOOL)isCheckBox;


@end

NS_ASSUME_NONNULL_END
