






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface RevertCupTextField : UIView

@property (nonatomic, strong) UITextField *exceededWhoTextField;

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

@property(nonatomic, copy) NSString *spaBoxGenreHex;

@property(nonatomic, copy) NSString *hungarianDaysButShowingMedium;

@end

NS_ASSUME_NONNULL_END
