Merge branch 'pu/pb/index_quick_fix' into stable
[GitX.git] / PBEasyFS.h
blob0007fa440ec48388c55570cc35d835f59e675d3e
1 //
2 // PBEasyFS.h
3 // GitX
4 //
5 // Created by Pieter de Bie on 6/17/08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
12 @interface PBEasyFS : NSObject {
15 + (NSString*) tmpNameWithSuffix: (NSString*) path;
16 + (NSString*) tmpDirWithPrefix: (NSString*) path;
18 @end