Filled in Client code

This commit is contained in:
Gregory Oschwald
2013-05-07 13:13:11 -07:00
parent 2de2cb779f
commit 76a40bb2a1
4 changed files with 94 additions and 12 deletions
+4
View File
@@ -5,4 +5,8 @@ namespace GeoIP2\Model;
class City
{
public function __construct($raw, $language)
{
}
}