Files
smcFanControl/Sparkle.framework/Versions/A/Headers/Sparkle.h

26 lines
626 B
C
Raw Normal View History

2012-08-20 21:34:54 +02:00
//
// Sparkle.h
// Sparkle
//
// Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07)
2012-08-20 21:34:54 +02:00
// Copyright 2006 Andy Matuschak. All rights reserved.
//
#ifndef SPARKLE_H
#define SPARKLE_H
2012-08-20 21:34:54 +02:00
2016-03-21 14:34:34 +01:00
#import <Cocoa/Cocoa.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:
2016-03-21 14:34:34 +01:00
#import "SUAppcast.h"
#import "SUAppcastItem.h"
#import "SUStandardVersionComparator.h"
#import "SUUpdater.h"
#import "SUVersionComparisonProtocol.h"
#import "SUVersionDisplayProtocol.h"
#import "SUErrors.h"
#endif