mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-12 13:43:15 +02:00
8 lines
238 B
Objective-C
8 lines
238 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface DownloadDomainContent : NSObject<NSURLSessionDataDelegate, NSURLSessionDelegate, NSURLSessionTaskDelegate, NSURLDownloadDelegate> {
|
|
}
|
|
|
|
- (void) downloadDomainContent:(NSString*) domainContentUrl;
|
|
|
|
@end
|