






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface NeedGuideTextField : UIView

@property (nonatomic, strong) UITextField *swappedTiedTextField;

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

@property(nonatomic, copy) NSString *mindKnowTryFix;

@property(nonatomic, copy) NSString *hiddenTabSegmentedUnlikelyPrior;

@end

NS_ASSUME_NONNULL_END
