aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMURLBuilder.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/GTMURLBuilder.h
parent86b1431c5eb83aac2bb622778c7a880fb673df1d (diff)
Add pointers to newer classes provided by the OS
Diffstat (limited to 'Foundation/GTMURLBuilder.h')
-rw-r--r--Foundation/GTMURLBuilder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Foundation/GTMURLBuilder.h b/Foundation/GTMURLBuilder.h
index 77bf786..daa8d88 100644
--- a/Foundation/GTMURLBuilder.h
+++ b/Foundation/GTMURLBuilder.h
@@ -26,6 +26,10 @@
// [URLBuilder setValue:@"abc" forParameter:@"q"];
// NSURL *URL = [URLBuilder URL];
//
+// 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 this class.
+
#import <Foundation/Foundation.h>
#import "GTMDefines.h"