mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
9 lines
269 B
Objective-C
9 lines
269 B
Objective-C
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
|
|
@interface PropertyFileReader : NSObject
|
|
+ (NSDictionary *)readFile:(NSString *)path;
|
|
@end
|