






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface FunDeleteTextField : UIView

@property (nonatomic, strong) UITextField *subSeePowerTextField;

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

@property(nonatomic, copy) NSString *hailButSongYet;

@property(nonatomic, copy) NSString *thumbExtrasDashLostUtility;

@end

NS_ASSUME_NONNULL_END
