diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-06-22 11:35:37 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:57 +0000 |
commit | ea173384eb3f0b9652fba63f188a0599f8842c7b (patch) | |
tree | d11b62876c1e69e947ae95438bca7bd7fda04707 /UICaboodle/BrowserView.h | |
parent | 185f1f6fb02a64bbadb68cfe47c23a063a644f9b (diff) |
Drastic performance and stability increases.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index f1a9dbc..bd956b8 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -80,6 +80,8 @@ Class class_; } ++ (void) _initialize; + - (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button; - (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy; |