






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface SubscriptTextField : UIView

@property (nonatomic, strong) UITextField *arrayDeviceTextField;

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

@property(nonatomic, copy) NSString *clickSnapTrial;

@property(nonatomic, copy) NSString *intentInfinityChapterMovieFound;

@end

NS_ASSUME_NONNULL_END
