mirror of
https://github.com/transmission/transmission.git
synced 2026-04-29 21:22:01 +01:00
Unfortunately, due to the nature of the issue a manual update to a new version will be required. Fixes: #600
14 lines
258 B
Objective-C
14 lines
258 B
Objective-C
//
|
|
// SPUDownloaderDeprecated.h
|
|
// Sparkle
|
|
//
|
|
// Created by Deadpikle on 12/20/17.
|
|
// Copyright © 2017 Sparkle Project. All rights reserved.
|
|
//
|
|
|
|
#import "SPUDownloader.h"
|
|
|
|
@interface SPUDownloaderDeprecated : SPUDownloader <SPUDownloaderProtocol>
|
|
|
|
@end
|