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 / GemSpecs.h
100644 17 lines (13 sloc) 0.262 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// GemSpecs.h
// goo
//
// Created by Robin Lu on 8/21/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
 
@interface GemSpecs : NSObject {
NSArray *gemSpecIndex;
}
@property (readonly) NSArray *gemSpecIndex;
@end