mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
We now perform the content hash (to see if release notes have changed) on a background thread.
7 lines
205 B
Objective-C
7 lines
205 B
Objective-C
@interface AboutWindowController : NSWindowController
|
|
+ (AboutWindowController*)sharedInstance;
|
|
+ (void)showChangesIfUpdated;
|
|
- (void)showAboutWindow:(id)sender;
|
|
- (void)showChangesWindow:(id)sender;
|
|
@end
|