NSMutableArray *urls_;
UIProgressIndicator *indicator_;
IndirectDelegate *indirect_;
+ NSURLAuthenticationChallenge *challenge_;
NSString *title_;
bool loading_;
bool pushed_;
}
+- (void) alertSheet:(UIActionSheet *)sheet buttonClicked:(int)button;
+
- (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy;
- (void) loadURL:(NSURL *)url;