// // FileDrawerPane.h // Preferences // // Created by Vincent Spader on 9/4/06. // Copyright 2006 Vincent Spader. All rights reserved. // #import #import "PreferencePane.h" @interface FileDrawerPane : PreferencePane { IBOutlet NSTextField *rootPathTextView; } - (IBAction)openSheet:(id)sender; @end