blob: 44e46a93ee61b804c67fe36a34a418bd8b3972ab [file] [log] [blame]
//
// Created by max on 11/6/12.
//
// To change the template use AppCode | Preferences | File Templates.
//
#import <Foundation/Foundation.h>
@interface PropertyFileReader : NSObject
+ (NSDictionary *)readFile:(NSString *)path;
@end