robin / ichm

iChm is a CHM reader for Mac OS X

This URL has Read+Write access

ichm / BookmarkView.h
100644 17 lines (12 sloc) 0.248 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// BookmarkView.h
// ichm
//
// Created by Robin Lu on 8/12/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
 
@interface BookmarkView : NSTableView {
IBOutlet NSArrayController* controller;
}
 
@end