Upgrade to Sparkle 1.21.3.
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / SPUDownloaderSession.h
1 //
2 // SPUDownloaderSession.h
3 // Sparkle
4 //
5 // Created by Deadpikle on 12/20/17.
6 // Copyright © 2017 Sparkle Project. All rights reserved.
7 //
8
9 #if __has_feature(modules)
10 @import Foundation;
11 #else
12 #import <Foundation/Foundation.h>
13 #endif
14 #import "SPUDownloader.h"
15 #import "SPUDownloaderProtocol.h"
16
17 NS_CLASS_AVAILABLE(NSURLSESSION_AVAILABLE, 7_0)
18 @interface SPUDownloaderSession : SPUDownloader <SPUDownloaderProtocol>
19
20 @end