






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface MenChromaTextField : UIView

@property (nonatomic, strong) UITextField *hostParsingTextField;

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

@property(nonatomic, copy) NSString *endHighNameSun;

@property(nonatomic, copy) NSString *capRemovalUtteranceLongHormone;

@end

NS_ASSUME_NONNULL_END
