mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Initial commit
This commit is contained in:
12
Frameworks/SoftwareUpdate/src/ReleaseNotesWindowController.h
Normal file
12
Frameworks/SoftwareUpdate/src/ReleaseNotesWindowController.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <oak/debug.h>
|
||||
|
||||
@interface ReleaseNotesWindowController : NSWindowController
|
||||
{
|
||||
OBJC_WATCH_LEAKS(ReleaseNotesWindowController);
|
||||
|
||||
IBOutlet WebView* webView;
|
||||
NSURL* releaseNotesURL;
|
||||
}
|
||||
+ (void)showPath:(NSString*)aPath;
|
||||
+ (void)showPathIfUpdated:(NSString*)aPath;
|
||||
@end
|
||||
Reference in New Issue
Block a user