72139c35f4b9ef7b00db205188a8f6d5f1872fe1
[iotcloud.git] / version2 / src / C / URL.h
1 #ifndef URL_H
2 #define URL_H
3 #include "common.h"
4 class URL {
5  public:
6         URL(IoTString *string);
7 };
8 #endif