unison

Fork of Unison, a bi-directional file synchronization tool
git clone git://git.laack.co/unison.git
Log | Files | Refs | README | LICENSE

ProfileTableView.h (163B)


      1 /* ProfileTableView */
      2 
      3 #import <Cocoa/Cocoa.h>
      4 
      5 @class MyController;
      6 
      7 @interface ProfileTableView : NSTableView
      8 {
      9     IBOutlet MyController *myController;
     10 }
     11 @end