






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface CentralManager : NSObject

+ (instancetype)shared;

- (void)iconManSegue;

- (void)filterOperatingNewsstandImportantExecute;

@end

NS_ASSUME_NONNULL_END
