blob: bb4dbeaa6a160a0dde2efe9a2d19dbfc2ce1e90a [file] [log] [blame]
//
// 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