diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-06-19 20:35:17 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:57 +0000 |
commit | 245cce8a71ed97c46820817aac27bb5874455efc (patch) | |
tree | 2cc2bbc1be142bfce2dc3969bf8585b29a14e6ba /UICaboodle/BrowserView.h | |
parent | 282af023868a0848d6a2f98d29f5ffef85531265 (diff) |
OMG, that was a stupid Browser bug.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index af083d3..f1a9dbc 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -76,6 +76,8 @@ CGSize size_; bool editing_; + + Class class_; } - (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button; @@ -94,6 +96,7 @@ - (id) initWithBook:(RVBook *)book; - (id) initWithBook:(RVBook *)book forWidth:(float)width; +- (id) initWithBook:(RVBook *)book forWidth:(float)width ofClass:(Class)_class; - (NSString *) stringByEvaluatingJavaScriptFromString:(NSString *)script; - (void) callFunction:(WebScriptObject *)function; |