From 9484bc96140f308326e1faa53f7006f04ab851a6 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 29 Jun 2015 18:11:33 -0400 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0345805..125997a 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,10 @@ Import in your swift file: import Socket_IO_Client_Swift ``` +```Objective-C +#import +``` + ##API Constructors -----------