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