aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMURLBuilder.h
diff options
context:
space:
mode:
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"