






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface CanSockManager : NSObject

+ (instancetype)shared;

- (void)chromiumLost;

- (void)syntheticCreamyPlateEulerNeed;

@end

NS_ASSUME_NONNULL_END
