Files
textmate/Applications/TextMate/src/AboutWindowController.h
Allan Odgaard b6ba88cda5 Rework about window
We now perform the content hash (to see if release notes have changed) on a background thread.
2013-02-03 10:48:46 +01:00

7 lines
205 B
Objective-C

@interface AboutWindowController : NSWindowController
+ (AboutWindowController*)sharedInstance;
+ (void)showChangesIfUpdated;
- (void)showAboutWindow:(id)sender;
- (void)showChangesWindow:(id)sender;
@end