[CB-1453] Namespace issue of JSONKit (JSONKitSerializingBlockAdditions)
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/1041cac8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/1041cac8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/1041cac8 Branch: refs/heads/master Commit: 1041cac868c5f3cdf719ba37151f9da08722c245 Parents: 94b0d79 Author: Shazron Abdullah <shaz...@apache.org> Authored: Wed Sep 12 22:26:52 2012 -0700 Committer: Shazron Abdullah <shaz...@apache.org> Committed: Wed Sep 12 22:26:52 2012 -0700 ---------------------------------------------------------------------- CordovaLib/Classes/JSON/JSONKit.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/1041cac8/CordovaLib/Classes/JSON/JSONKit.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/JSON/JSONKit.h b/CordovaLib/Classes/JSON/JSONKit.h index 453ea07..2b245cd 100644 --- a/CordovaLib/Classes/JSON/JSONKit.h +++ b/CordovaLib/Classes/JSON/JSONKit.h @@ -234,9 +234,9 @@ typedef struct CDVJKParseState CDVJKParseState; // Opaque internal, private type - (NSString *)cdvjk_JSONStringWithOptions:(CDVJKSerializeOptionFlags)serializeOptions serializeUnsupportedClassesUsingBlock:(id(^)(id object))block error:(NSError **)error; @end -@interface NSDictionary (JSONKitSerializingBlockAdditions) -- (NSData *)cdv_JSONDataWithOptions:(CDVJKSerializeOptionFlags)serializeOptions serializeUnsupportedClassesUsingBlock:(id(^)(id object))block error:(NSError **)error; -- (NSString *)cdv_JSONStringWithOptions:(CDVJKSerializeOptionFlags)serializeOptions serializeUnsupportedClassesUsingBlock:(id(^)(id object))block error:(NSError **)error; +@interface NSDictionary (CDVJSONKitSerializingBlockAdditions) +- (NSData *)cdvjk_JSONDataWithOptions:(CDVJKSerializeOptionFlags)serializeOptions serializeUnsupportedClassesUsingBlock:(id(^)(id object))block error:(NSError **)error; +- (NSString *)cdvjk_JSONStringWithOptions:(CDVJKSerializeOptionFlags)serializeOptions serializeUnsupportedClassesUsingBlock:(id(^)(id object))block error:(NSError **)error; @end #endif