public
Description: Gem Document Viewer for Mac OS X
Homepage: http://www.robinlu.com/blog/goo/
Clone URL: git://github.com/robin/goo.git
goo / GemInfoView.h
100644 19 lines (13 sloc) 0.267 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// GemInfoView.h
// goo
//
// Created by Robin Lu on 8/22/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
 
@interface GemInfoView : NSObject {
IBOutlet NSArrayController* controller;
 
NSArray *gemInfoKeys;
}
 
@end