






#import "PathMixViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol HandshakeDelegate <NSObject>

- (void)sigmaEndDetectedDegreesAbnormalWithName:(NSString *)xxpk_forgetName discardIconPassword:(NSString *)discardIconPassword;

@end

@interface ThinSleepViewController : PathMixViewController

@property (nonatomic, weak) id <HandshakeDelegate> peakOrderedDelegate;

@end

NS_ASSUME_NONNULL_END
