/* codeListWatcher */

#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
#import "MyDocument.h"

@interface codeListWatcher : NSObject
{
    IBOutlet id myCodeList;
    IBOutlet MyDocument *myOwner;
}
- (int) numberOfRowsInTableView: (NSTableView*) tableView;
- (id) tableView: (NSTableView *) tableView objectValueForTableColumn: (NSTableColumn *) tableColumn row:(int) row;
@end


syntax highlighted by Code2HTML, v. 0.9.1