andrewfromcali / mcinsight

gui version of memcached for development

Gerard Gualberto (author)
Thu Jul 23 16:55:31 -0700 2009
andrewfromcali (committer)
Thu Jul 23 17:45:04 -0700 2009
mcinsight / LogDelegate.h
100644 12 lines (7 sloc) 0.182 kb
1
2
3
4
5
6
7
8
9
10
11
12
#import <Cocoa/Cocoa.h>
#import <AppKit/AppKit.h>
 
@interface LogDelegate : NSObject {
  IBOutlet NSTableView *table;
}
 
@property (nonatomic, retain) NSTableView *table;
 
@end