OSDN Git Service

hosts
[syncr/master.git] / SyncerServer / SyncerServer / NSURL+relativePath.h
1 //
2 //  NSURL+relativePath.h
3 //  SyncerServer
4 //
5 //  Created by Xidorn Quan on 13-8-10.
6 //  Copyright (c) 2013年 Xidorn Quan. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11 @interface NSURL (relativePath)
12
13 - (NSString *)relativePath:(NSURL *)baseURL;
14
15 @end