5 // Created by Chris Blumenberg on Thu Apr 11 2002.
6 // Copyright (c) 2002 __MyCompanyName__. All rights reserved.
9 #import <Foundation/Foundation.h>
10 #import <WebKit/IFWebDataSource.h>
12 @interface IFDownloadHandler : NSObject {
13 IFWebDataSource *dataSource;
16 - initWithDataSource:(IFWebDataSource *)dSource;
17 - (void)downloadCompletedWithData:(NSData *)data;
19 + (void) launchURL:(NSURL *) url;