summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewTableViewCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit/WebViewTableViewCell.h')
-rw-r--r--CyteKit/WebViewTableViewCell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/WebViewTableViewCell.h b/CyteKit/WebViewTableViewCell.h
index 8a15dbb..b3ee82d 100644
--- a/CyteKit/WebViewTableViewCell.h
+++ b/CyteKit/WebViewTableViewCell.h
@@ -55,6 +55,7 @@
+ (CyteWebViewTableViewCell *) cellWithRequest:(NSURLRequest *)request;
- (id) initWithRequest:(NSURLRequest *)request;
+- (id) delegate;
- (void) setDelegate:(id)delegate;
@end