File: Sparkle.h

package info (click to toggle)
transmission 2.52-3%2Bnmu2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 33,048 kB
  • sloc: ansic: 61,215; objc: 18,463; cpp: 13,570; sh: 11,250; makefile: 883
file content (21 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  Sparkle.h
//  Sparkle
//
//  Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07)
//  Copyright 2006 Andy Matuschak. All rights reserved.
//

#ifndef SPARKLE_H
#define SPARKLE_H

// This list should include the shared headers. It doesn't matter if some of them aren't shared (unless
// there are name-space collisions) so we can list all of them to start with:

#import <Sparkle/SUUpdater.h>

#import <Sparkle/SUAppcast.h>
#import <Sparkle/SUAppcastItem.h>
#import <Sparkle/SUVersionComparisonProtocol.h>

#endif