Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
native
/
MacLauncher
/
PropertyFileReader.h
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