diff options
Diffstat (limited to 'Sparkle.framework/Versions/A/Headers/SUAutomaticUpdateDriver.h')
-rw-r--r-- | Sparkle.framework/Versions/A/Headers/SUAutomaticUpdateDriver.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Sparkle.framework/Versions/A/Headers/SUAutomaticUpdateDriver.h b/Sparkle.framework/Versions/A/Headers/SUAutomaticUpdateDriver.h deleted file mode 100644 index f63c194e..00000000 --- a/Sparkle.framework/Versions/A/Headers/SUAutomaticUpdateDriver.h +++ /dev/null @@ -1,23 +0,0 @@ -// -// SUAutomaticUpdateDriver.h -// Sparkle -// -// Created by Andy Matuschak on 5/6/08. -// Copyright 2008 Andy Matuschak. All rights reserved. -// - -#ifndef SUAUTOMATICUPDATEDRIVER_H -#define SUAUTOMATICUPDATEDRIVER_H - -#import <Cocoa/Cocoa.h> -#import "SUBasicUpdateDriver.h" - -@class SUAutomaticUpdateAlert; -@interface SUAutomaticUpdateDriver : SUBasicUpdateDriver { - BOOL postponingInstallation, showErrors; - SUAutomaticUpdateAlert *alert; -} - -@end - -#endif |