Cog/Preferences/General/FileDrawerPane.h
2006-09-04 18:06:23 +00:00

17 lines
257 B
Objective-C

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