repo.or.cz
/
GitX.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'pu/pb/index_quick_fix' into stable
[GitX.git]
/
PBNSURLPathUserDefaultsTransfomer.h
blob
9f21474386947afd3b90c26aeaa9d27661905cf2
1
//
2
// PBNSURLPathUserDefaultsTransfomer.h
3
// GitX
4
//
5
// Created by Christian Jacobsen on 28/09/2008.
6
// Copyright 2008 __MyCompanyName__. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
12
@interface PBNSURLPathUserDefaultsTransfomer
:
NSValueTransformer
{
13
14
}
15
16
@end