Fixed a segfault crash that would occur if you stepped at the end of a script
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / NSWorkspace+SystemVersion.h
1 //
2 // NSWorkspace+SystemVersion.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 5/7/08.
6 // Copyright 2008 Andy Matuschak. All rights reserved.
7 //
8
9 #ifndef NSWORKSPACE_PLUS_SYSTEMVERSION_H
10 #define NSWORKSPACE_PLUS_SYSTEMVERSION_H
11
12 #import <Cocoa/Cocoa.h>
13
14 @interface NSWorkspace (SUSystemVersion)
15 + (NSString *)systemVersionString;
16 @end
17
18 #endif