Upgrade to Sparkle 1.21.3.
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / Sparkle.h
1 //
2 // Sparkle.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07)
6 // Copyright 2006 Andy Matuschak. All rights reserved.
7 //
8
9 #ifndef SPARKLE_H
10 #define SPARKLE_H
11
12 // This list should include the shared headers. It doesn't matter if some of them aren't shared (unless
13 // there are name-space collisions) so we can list all of them to start with:
14
15 #import "SUAppcast.h"
16 #import "SUAppcastItem.h"
17 #import "SUStandardVersionComparator.h"
18 #import "SUUpdater.h"
19 #import "SUUpdaterDelegate.h"
20 #import "SUVersionComparisonProtocol.h"
21 #import "SUVersionDisplayProtocol.h"
22 #import "SUErrors.h"
23
24 #import "SPUDownloader.h"
25 #import "SPUDownloaderDelegate.h"
26 #import "SPUDownloaderDeprecated.h"
27 #import "SPUDownloadData.h"
28 #import "SPUDownloaderProtocol.h"
29 #import "SPUDownloaderSession.h"
30 #import "SPUURLRequest.h"
31 #import "SUCodeSigningVerifier.h"
32
33 #endif