






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface ClosestManager : NSObject

+ (instancetype)shared;

- (void)strictlyNine;

- (void)gaussianUtilitySawIntentMemory;

@end

NS_ASSUME_NONNULL_END
