mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 03:21:32 +02:00
8 lines
234 B
Objective-C
8 lines
234 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface DownloadLauncher : NSObject<NSURLSessionDataDelegate, NSURLSessionDelegate, NSURLSessionTaskDelegate, NSURLDownloadDelegate> {
|
|
}
|
|
|
|
- (void) downloadLauncher:(NSString*) launcherUrl;
|
|
|
|
@end
|