aboutsummaryrefslogtreecommitdiffstats
path: root/iPhone/CordovaLib/Classes/CDVURLProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhone/CordovaLib/Classes/CDVURLProtocol.h')
-rwxr-xr-xiPhone/CordovaLib/Classes/CDVURLProtocol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/iPhone/CordovaLib/Classes/CDVURLProtocol.h b/iPhone/CordovaLib/Classes/CDVURLProtocol.h
index ce8df38..5444f6d 100755
--- a/iPhone/CordovaLib/Classes/CDVURLProtocol.h
+++ b/iPhone/CordovaLib/Classes/CDVURLProtocol.h
@@ -24,9 +24,6 @@
@interface CDVURLProtocol : NSURLProtocol {}
-+ (void)registerPGHttpURLProtocol CDV_DEPRECATED (2.0, "This is now a no-op and should be removed.");
-+ (void)registerURLProtocol CDV_DEPRECATED (2.0, "This is now a no-op and should be removed.");
-
+ (void)registerViewController:(CDVViewController*)viewController;
+ (void)unregisterViewController:(CDVViewController*)viewController;
@end