// // NSTableView-NJRExtensions.h // HostLauncher // // Created by Nicholas Riley on Mon Apr 22 2002. // Copyright (c) 2002 Nicholas Riley. All rights reserved. // #import @interface NSTableView (NJRExtensions) - (float)cellHeight; @end