ISocket.h 82 B

12345678
  1. #pragma once
  2. class ISocket
  3. {
  4. public:
  5. };
  6. ISocket* createSocket(const char* url);