diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-28 21:19:54 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:31 -0800 |
commit | f172aa8f89e1ab4ae00f63ea961e04a8125ba419 (patch) | |
tree | be8973b948ad7dda562028af81972298bceca142 /CyteKit/CyteWebViewController.h | |
parent | 435cb85753e48dd77a02258dd6715e8cb153d429 (diff) |
Separate out CyteKit/WebScriptObject-Cyte.*.
Diffstat (limited to 'CyteKit/CyteWebViewController.h')
-rw-r--r-- | CyteKit/CyteWebViewController.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CyteKit/CyteWebViewController.h b/CyteKit/CyteWebViewController.h index df86958..05024e3 100644 --- a/CyteKit/CyteWebViewController.h +++ b/CyteKit/CyteWebViewController.h @@ -49,11 +49,6 @@ @class IndirectDelegate; -@interface WebScriptObject (UICaboodle) -- (NSUInteger) count; -- (id) objectAtIndex:(unsigned)index; -@end - @protocol BrowserControllerDelegate - (void) retainNetworkActivityIndicator; - (void) releaseNetworkActivityIndicator; |