// // LeopardSourceListTableColumn.h // // Created by brian on 1/26/08. // Copyright 2008 Extendmac, LLC. All rights reserved. // #import /*! @class CKLeopardSourceListTableColumn For apps using CKConnectionRegistry to populate their outline views (as the datasource), the class of the outline view column is typically LeopardSourceListTableColumn */ @interface CKLeopardSourceListTableColumn : NSTableColumn { } @end