diff options
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 |