root/trunk/UpdateController.h

Revision 42, 279 bytes (checked in by kevin, 4 years ago)

Remove last remaining #define NSStrings
Update TODO

Line 
1 #import <Cocoa/Cocoa.h>
2 #import <Security/Security.h>
3
4 @interface UpdateController : NSObject
5 {
6 }
7
8 + (UpdateController *)sharedController;
9
10 - (void)checkForUpdatesWithWarnings:(BOOL)warnings;
11
12 - (void)warningPanelWithTitle:(NSString *)title andMessage:(NSString *)message;
13
14 @end
Note: See TracBrowser for help on using the browser.