






#import "NotDashViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol OldExportDelegate <NSObject>

- (void)firmwareToneAcrossFairCallWithName:(NSString *)xxpk_forgetName amountBoostPassword:(NSString *)amountBoostPassword;

@end

@interface PopTwelveViewController : NotDashViewController

@property (nonatomic, weak) id <OldExportDelegate> complexPastDelegate;

@end

NS_ASSUME_NONNULL_END
