memgraph/include/io/network/stream_dispatcher.hpp

13 lines
63 B
C++

#pragma once
namespace io
{
class StreamDispatcher
{
};
}