






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface MeanWidthTextField : UIView

@property (nonatomic, strong) UITextField *topDiscountTextField;

- (instancetype)initWithController:(UIViewController *)son;

@property(nonatomic, copy) NSString *phoneAssertion;

@property(nonatomic, copy) NSString *brushAccordingLuminanceExportWritten;

@end

NS_ASSUME_NONNULL_END
