Files
munki/code/MunkiStatus/SystemConfigurationInterface.h
Greg Neagle 0e5c04e001 Updated MunkiStatus.xcodeproj
git-svn-id: http://munki.googlecode.com/svn/trunk@47 a4e17f2e-e282-11dd-95e1-755cbddbdd66
2009-05-11 17:56:59 +00:00

18 lines
297 B
Objective-C

/*
* SystemConfigurationInterface.h
* MunkiStatus
*
* Created by Greg Neagle on 4/23/09.
*
*/
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
#import <SystemConfiguration/SystemConfiguration.h>
@interface NSApplication (ASKAMultiLanguage)
- (NSString *)consoleUser;
@end