X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/c8e3b4b3ec338525a2bdd4e0e2632b659d21e940..59a620bf52cb9caf20013b9c04d0aaef65a0cc43:/UICaboodle/BrowserView.h diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 69fd35cf..c61fef41 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -1,22 +1,12 @@ -#import "ResetView.h" +#import +#import -#include -#include -#include -#include -#include -#include +#import +#include #include -#include -#include #include - -#import -#import - -#include -#include +#include #import @@ -35,15 +25,17 @@ @class IndirectDelegate; @interface WebScriptObject (UICaboodle) -- (unsigned) count; +- (NSUInteger) count; - (id) objectAtIndex:(unsigned)index; @end @protocol BrowserControllerDelegate -- (UCViewController *) pageForURL:(NSURL *)url hasTag:(int *)tag; +- (CYViewController *) pageForURL:(NSURL *)url hasTag:(int *)tag; @end -@interface BrowserController : UCViewController { +@interface BrowserController : CYViewController < + HookProtocol +> { UIScroller *scroller_; UIWebDocumentView *document_; UIProgressIndicator *indicator_; @@ -76,15 +68,13 @@ bool editing_; Class class_; - + id reloaditem_; id loadingitem_; } + (void) _initialize; -- (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button; - - (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy; - (void) loadURL:(NSURL *)url; @@ -120,4 +110,11 @@ - (bool) promptForSensitive:(NSString *)name; - (bool) allowSensitiveRequests; -@end \ No newline at end of file +- (void) alertView:(UIAlertView *)alert clickedButtonAtIndex:(NSInteger)button; +- (void) customButtonClicked; +- (void) applyRightButton; + +- (void) _startLoading; +- (void) close; + +@end