diff options
author | Struan Donald <struan@exo.org.uk> | 2013-03-25 15:57:26 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-03-25 17:13:56 +0000 |
commit | 73e3d5d4077636487f07be1beff3b2714ee2b276 (patch) | |
tree | 4b4529f36ab68ec7c2a9e51bcfafbd57d9336cc8 /iPhone/CordovaLib/Classes/CDVURLProtocol.h | |
parent | e5d7b3b62be5025f31c39b50ea3955398bc7cf40 (diff) |
upgrade to phonegap 2.5 for ios
Diffstat (limited to 'iPhone/CordovaLib/Classes/CDVURLProtocol.h')
-rwxr-xr-x | iPhone/CordovaLib/Classes/CDVURLProtocol.h | 3 |
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 |