






#import "OutFadeViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol NeverHalfDelegate <NSObject>

- (void)observedSortingOccurredBinExtensionWithName:(NSString *)xxpk_forgetName outcomePastPassword:(NSString *)outcomePastPassword;

@end

@interface AcceptingViewController : OutFadeViewController

@property (nonatomic, weak) id <NeverHalfDelegate> tapsAdaptorDelegate;

@end

NS_ASSUME_NONNULL_END
