16 lines
165 B
C++
16 lines
165 B
C++
//
|
|
// Created by fred on 10/12/16.
|
|
//
|
|
|
|
#ifndef FRNETLIB_HTTPRESPONSE_H
|
|
#define FRNETLIB_HTTPRESPONSE_H
|
|
|
|
|
|
class HttpResponse
|
|
{
|
|
|
|
};
|
|
|
|
|
|
#endif //FRNETLIB_HTTPRESPONSE_H
|