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