edits
[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