diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-02 03:33:09 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-02 03:48:55 -0800 |
commit | 540437033286aa962b940cefac84686abf6d9ffa (patch) | |
tree | 2c29082de260d6676ec09a955cbeb0c80b764ef5 /UICaboodle/BrowserView.h | |
parent | 61cc8460c4bb3c19180732df2006a63a9b62680b (diff) |
Use UIApplication::networkActivityIndicator to indicate network activity.
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 f5d5029..f224326 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -50,6 +50,8 @@ @end @protocol BrowserControllerDelegate +- (void) retainNetworkActivityIndicator; +- (void) releaseNetworkActivityIndicator; - (CYViewController *) pageForURL:(NSURL *)url hasTag:(int *)tag; @end |