






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface DetailsManager : NSObject

+ (instancetype)shared;

- (void)celsiusSurge;

- (void)catPagePubContactRouter;

@end

NS_ASSUME_NONNULL_END
