Files
openide/native/MacLauncher/VMOptionsReader.h
2012-11-28 12:40:04 +01:00

13 lines
231 B
Objective-C

//
// Created by max on 11/6/12.
//
// To change the template use AppCode | Preferences | File Templates.
//
#import <Foundation/Foundation.h>
@interface VMOptionsReader : NSObject
+ (NSArray *) readFile: (NSString *)path;
@end