overte-HifiExperiments/launchers/darwin/src/DownloadDomainContent.h
2019-06-05 14:23:47 -07:00

8 lines
238 B
Objective-C

#import <Cocoa/Cocoa.h>
@interface DownloadDomainContent : NSObject<NSURLSessionDataDelegate, NSURLSessionDelegate, NSURLSessionTaskDelegate, NSURLDownloadDelegate> {
}
- (void) downloadDomainContent:(NSString*) domainContentUrl;
@end