public
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/Caged/gitnub.git
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
gitnub / GNTreeDataSource.h
100644 5 lines (3 sloc) 0.069 kb
1
2
3
4
5
#import <Cocoa/Cocoa.h>
 
@interface GNTreeDataSource : NSObject
@end