Merge branch 'pu/pb/index_quick_fix' into stable
[GitX.git] / PBServicesController.h
blob4069cd0d46efecc9c6c2cd708c02ad308b64eae5
1 //
2 // PBServicesController.h
3 // GitX
4 //
5 // Created by Pieter de Bie on 10/24/08.
6 // Copyright 2008 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
12 @interface PBServicesController : NSObject {
16 - (NSString *)completeSHA1For:(NSString *)sha;
18 - (void)completeSha:(NSPasteboard *)pboard userData:(NSString *)userData error:(NSString **)error;
19 @end