mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
13 lines
237 B
Objective-C
13 lines
237 B
Objective-C
//
|
|
// 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 |