Rev 568 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
//// FileCompletion.h// RCocoaBundle//// Created by Simon Urbanek on Sun Mar 07 2004.// Copyright (c) 2004 __MyCompanyName__. All rights reserved.//#import <Foundation/Foundation.h>@interface FileCompletion : NSObject {}+ (NSString*) complete: (NSString*) part;@end