modified by ohneta

Dependents:   HelloESP8266Interface_mine

Fork of NetworkSocketAPI by NetworkSocketAPI

Revision:
1:291a9d61e58a
Parent:
0:d35446f60233
Child:
2:ce08986b18b5
--- a/SocketInterface.h	Mon May 11 05:51:41 2015 +0000
+++ b/SocketInterface.h	Thu May 14 01:37:53 2015 +0000
@@ -14,8 +14,15 @@
  * limitations under the License.
  */
  
- #ifndef SOCKETINTERFACE_H
- #define SOCKETINTERFACE_H
+#ifndef SOCKETINTERFACE_H
+#define SOCKETINTERFACE_H
  
- #endif
+class SocketInterface {
+
+public:
+
+
+};
+
+#endif
  
\ No newline at end of file