Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSString+Dropbox.h
Go to the documentation of this file.
1 //
2 // NSString+Dropbox.h
3 // DropboxSDK
4 //
5 // Created by Brian Smith on 7/19/10.
6 // Copyright 2010 Dropbox, Inc. All rights reserved.
7 //
8 
9 
10 @interface NSString (Dropbox)
11 
12 // This will take a path for a resource and normalize so you can compare paths
13 - (NSString*)normalizedDropboxPath;
14 
15 // Normalizes both paths and compares them
16 - (BOOL)isEqualToDropboxPath:(NSString*)otherPath;
17 
18 @end