diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-01 15:19:03 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:34 -0800 |
commit | cd79e8cf2d642eb18fca492be164c01c3ac4e318 (patch) | |
tree | e5306660500e066945789ffa003b9172e4bf2d35 /CyteKit/WebViewController.h | |
parent | 3f428e4e0cdd27684edefebc83737cc8a8b233f3 (diff) |
Rename CYViewController to CyteViewController.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 4c14419..99d5572 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -52,11 +52,11 @@ @protocol CyteWebViewControllerDelegate - (void) retainNetworkActivityIndicator; - (void) releaseNetworkActivityIndicator; -- (CYViewController *) pageForURL:(NSURL *)url forExternal:(BOOL)external; +- (CyteViewController *) pageForURL:(NSURL *)url forExternal:(BOOL)external; - (void) unloadData; @end -@interface CyteWebViewController : CYViewController < +@interface CyteWebViewController : CyteViewController < CyteWebViewDelegate, UIWebViewDelegate > { |