






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface SayBeatSawLeastEldestTool : NSObject

+ (instancetype)sharedInstance;

- (BOOL)SayPortion; //检测

- (void)highMapNine;//禁止调试

@end

NS_ASSUME_NONNULL_END
