cog/Preferences/General/FileDrawerPane.h

18 lines
251 B
Objective-C

//
// FileDrawerPane.h
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "PreferencePane.h"
@interface FileDrawerPane : PreferencePane {
}
@end