Added extension methods for NSURL.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11508 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2001-11-24 15:51:15 +00:00
parent c88a80c75e
commit 3b2a4595ab

View file

@ -162,6 +162,15 @@ provideDataForType:(NSString *)type
- (void)setChangeCount: (int)changeCount;
@end
#ifndef STRICT_OPENSTEP
#include <Foundation/NSURL.h>
@interface NSURL (NSPasteboard)
+ (NSURL *) URLFromPasteboard: (NSPasteboard *)pasteBoard;
- (void) writeToPasteboard: (NSPasteboard *)pasteBoard;
@end
#endif
//
// Return File-related Pasteboard Types
//