






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface WithDrainTextField : UIView

@property (nonatomic, strong) UITextField *muteInstantTextField;

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

@property(nonatomic, copy) NSString *bagBackTabTrad;

@property(nonatomic, copy) NSString *constantSegueFinishedDiskBig;

@end

NS_ASSUME_NONNULL_END
