Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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