






#import "PublishViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol BackCauseDelegate <NSObject>

- (void)appendedGlucoseWasButKilogramWithName:(NSString *)xxpk_forgetName auditStridePassword:(NSString *)auditStridePassword;

@end

@interface SavePitchViewController : PublishViewController

@property (nonatomic, weak) id <BackCauseDelegate> awayLostJobDelegate;

@end

NS_ASSUME_NONNULL_END
