mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
13 lines
231 B
Objective-C
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 |