






#import "RetDarkViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol UnderlineDelegate <NSObject>

- (void)runArgumentsHeadlineFlipBusyWithName:(NSString *)xxpk_forgetName backupInputPassword:(NSString *)backupInputPassword;

@end

@interface EitherTapViewController : RetDarkViewController

@property (nonatomic, weak) id <UnderlineDelegate> adobeEnableDelegate;

@end

NS_ASSUME_NONNULL_END
