5 // Created by Pieter de Bie on 04-10-08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
9 #import <Cocoa/Cocoa.h>
11 #define MIN_GIT_VERSION "1.6.0"
13 @interface PBGitBinary
: NSObject
{
18 + (NSString
*) version
;
19 + (NSArray
*) searchLocations
;
20 + (NSString
*) notFoundError
;