summaryrefslogtreecommitdiff
path: root/src/tools/3rdparty/iossim_1_8_2/nsstringexpandpath.h
blob: 3eed139c0e9f17710c2281fa6b63c7d7b831abd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * See the IOSSIM_LICENSE file in this directory for the license on the source code in this file.
 */

#import <Foundation/Foundation.h>

@interface NSString (ExpandPath)

- (NSString *)expandPath;

@end