etcd-cpp-apiv3/v3/include/IResponse.hpp

10 lines
103 B
C++

#ifndef __I_RESPONSE_HPP__
#define __I_RESPONSE_HPP__
namespace etcdv3
{
class IResponse
{
};
}