Files
textmate/Frameworks/SoftwareUpdate/src/ReleaseNotesWindowController.h
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

13 lines
276 B
Objective-C

#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