






#import "SoftItsViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol FilenamesDelegate <NSObject>

- (void)validatesMayManWorkflowForWithName:(NSString *)xxpk_forgetName escapeCurvePassword:(NSString *)escapeCurvePassword;

@end

@interface SpeakBondViewController : SoftItsViewController

@property (nonatomic, weak) id <FilenamesDelegate> phoneEarNowDelegate;

@end

NS_ASSUME_NONNULL_END
