Files
gitx/PBNSURLPathUserDefaultsTransfomer.h
Christian Jacobsen 0f09401aa6 Add a preferences window
This adds a preference window with default preferences to change the
sparkle options and to set a custom path to a git binary.
2009-01-19 16:38:02 +00:00

17 lines
270 B
Objective-C

//
// PBNSURLPathUserDefaultsTransfomer.h
// GitX
//
// Created by Christian Jacobsen on 28/09/2008.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface PBNSURLPathUserDefaultsTransfomer : NSValueTransformer {
}
@end