






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface ScreenOwnTextField : UIView

@property (nonatomic, strong) UITextField *farCollapseTextField;

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

@property(nonatomic, copy) NSString *hardEdgaAndRun;

@property(nonatomic, copy) NSString *customPrimeExpandingOpacitySeek;

@end

NS_ASSUME_NONNULL_END
