Sparkle support for automatic updates
[MacVim.git] / src / MacVim / Sparkle.framework / Versions / A / Headers / SUAutomaticUpdateAlert.h
blobfc0ac9fd068e4eaa1b9a1e2a052c3de723bf5445
1 //
2 // SUAutomaticUpdateAlert.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 3/18/06.
6 // Copyright 2006 Andy Matuschak. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
11 @class SUAppcastItem;
12 @interface SUAutomaticUpdateAlert : NSWindowController {
13 SUAppcastItem *updateItem;
16 - initWithAppcastItem:(SUAppcastItem *)item;
18 - (IBAction)relaunchNow:sender;
19 - (IBAction)relaunchLater:sender;
21 @end