X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/f99f86e24e844ab573ab88d3100da00b7772ae36..ff1a355f39b4baacc1163b19e3ab7e99109cce4b:/UICaboodle/BrowserView.h diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index f2b0db87..c61fef41 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -1,4 +1,7 @@ -#import "ResetView.h" +#import +#import + +#import #include #include @@ -22,15 +25,15 @@ @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_; @@ -108,9 +111,10 @@ - (bool) allowSensitiveRequests; - (void) alertView:(UIAlertView *)alert clickedButtonAtIndex:(NSInteger)button; +- (void) customButtonClicked; - (void) applyRightButton; - (void) _startLoading; - (void) close; -@end \ No newline at end of file +@end