diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2012-05-14 23:03:35 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2012-05-14 23:03:35 -0700 |
commit | 353dda5b4d75a4e33e59e05b3acdd41b1069b196 (patch) | |
tree | 18e2005fe09e2ad8e1b824c229592ca3905380f5 /CyteKit/WebViewTableViewCell.h | |
parent | fac0ed79f59978f6cad1ce3e34407a608ce7f0e6 (diff) |
Add delegate getters to match setDelegate setters.
Diffstat (limited to 'CyteKit/WebViewTableViewCell.h')
-rw-r--r-- | CyteKit/WebViewTableViewCell.h | 1 |
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 |