






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface MightLikeTextField : UIView

@property (nonatomic, strong) UITextField *buildSchoolTextField;

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

@property(nonatomic, copy) NSString *addWaistDayRow;

@property(nonatomic, copy) NSString *warnTriangleTabClippingLighter;

@end

NS_ASSUME_NONNULL_END
