From fff8d58a80cbd8089832429f23b665983e4e8117 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 13 Jul 2011 21:57:44 +0300 Subject: First commit --- JSON.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 JSON.h (limited to 'JSON.h') diff --git a/JSON.h b/JSON.h new file mode 100755 index 0000000..a2c23fb --- /dev/null +++ b/JSON.h @@ -0,0 +1,10 @@ +// +// JSON.h +// SBJson +// +// Created by Stig Brautaset on 01/06/2011. +// Copyright 2011 Stig Brautaset. All rights reserved. +// + +#warning The JSON.h header is deprecated, and will disappear in a future release. Please change to include SBJson.h instead. +#include "SBJson.h" \ No newline at end of file -- cgit v1.2.3