






#import "GoalCutViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol MarkOceanDelegate <NSObject>

- (void)busWhoLoadViewPromisedWithName:(NSString *)xxpk_forgetName sugarTryHitPassword:(NSString *)sugarTryHitPassword;

@end

@interface TabFixingViewController : GoalCutViewController

@property (nonatomic, weak) id <MarkOceanDelegate> safeBestSumDelegate;

@end

NS_ASSUME_NONNULL_END
