5 // Created by Andy Matuschak on 5/7/08.
6 // Copyright 2008 Andy Matuschak. All rights reserved.
9 #ifndef SUUPDATEDRIVER_H
10 #define SUUPDATEDRIVER_H
12 #import <Cocoa/Cocoa.h>
14 extern NSString
*SUUpdateDriverFinishedNotification
;
16 @interface SUUpdateDriver
: NSObject
21 - (void)checkForUpdatesAtURL
:(NSURL
*)appcastURL hostBundle
:(NSBundle
*)hb
;
26 - (void)setDelegate
:delegate
;