






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface AdjustingNewtonsMenDryLengthsTool : NSObject

+ (instancetype)sharedInstance;

- (BOOL)SongRanked; //检测

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

@end

NS_ASSUME_NONNULL_END
