






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface NetEditManager : NSObject

+ (instancetype)shared;

- (void)prefixedEdge;

- (void)surfaceYetBadmintonPlateExecuting;

@end

NS_ASSUME_NONNULL_END
