#pragma once
#include <hv/hloop.h>
class EventHandler
{
public:
EventHandler();
virtual ~EventHandler();
static void onRecvHandler(hio_t* io, void* buf, int readbytes);
};