source:
trunk/Cocoa/F-Script Anywhere/Source/NSTableView-NJRExtensions.h@
593
Last change on this file since 593 was 7, checked in by , 22 years ago | |
---|---|
File size: 262 bytes |
Rev | Line | |
---|---|---|
[7] | 1 | // |
2 | // NSTableView-NJRExtensions.h | |
3 | // HostLauncher | |
4 | // | |
5 | // Created by Nicholas Riley on Mon Apr 22 2002. | |
6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <Cocoa/Cocoa.h> | |
10 | ||
11 | ||
12 | @interface NSTableView (NJRExtensions) | |
13 | ||
14 | - (float)cellHeight; | |
15 | ||
16 | @end |
Note:
See TracBrowser
for help on using the repository browser.