aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSDictionary+URLArguments.h
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2015-09-08 11:43:04 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2015-09-08 11:43:04 -0400
commit7684a4bfc16eb9849ebbc8ee2e2f718f3daa96a8 (patch)
tree74f95c8025e6286562adb6eb14ecec8690b2a03c /Foundation/GTMNSDictionary+URLArguments.h
parent86b1431c5eb83aac2bb622778c7a880fb673df1d (diff)
Add pointers to newer classes provided by the OS
Diffstat (limited to 'Foundation/GTMNSDictionary+URLArguments.h')
-rw-r--r--Foundation/GTMNSDictionary+URLArguments.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Foundation/GTMNSDictionary+URLArguments.h b/Foundation/GTMNSDictionary+URLArguments.h
index b094411..b2f0564 100644
--- a/Foundation/GTMNSDictionary+URLArguments.h
+++ b/Foundation/GTMNSDictionary+URLArguments.h
@@ -25,6 +25,10 @@
/// string of the form key1=value1&key2=value2&...&keyN=valueN.
/// Keys and values will be unescaped automatically.
/// Only the first value for a repeated key is returned.
+///
+/// NOTE: Apps targeting iOS 8 or OS X 10.10 and later should use
+/// NSURLComponents and NSURLQueryItem to create URLs with
+/// query arguments instead of using these category methods.
+ (NSDictionary *)gtm_dictionaryWithHttpArgumentsString:(NSString *)argString;
/// Gets a string representation of the dictionary in the form