MeVisLabToolboxReference
MeVis/Foundation/Sources/OSXSupport/CocoaCategories/NSString+MLAdditions.h
Go to the documentation of this file.
00001 // **InsertLicense** code author="Felix Ritter" version="1.0"
00002 
00006 
00007 #ifndef __NSString_plus_MLAdditions_H
00008 #define __NSString_plus_MLAdditions_H
00009 #if defined(__APPLE__)
00010 
00011 #import <Foundation/Foundation.h>
00012 
00013 @interface NSString (MLAdditions)
00014 
00015 - (NSString *)relativePathToPath:(NSString *)aPath;
00016 
00017 @end
00018 
00019 #endif  // __APPLE__
00020 #endif  // __NSString_plus_MLAdditions_H