mirror of
https://github.com/textmate/textmate.git
synced 2026-02-15 00:45:02 -05:00
7 lines
87 B
Objective-C
7 lines
87 B
Objective-C
#import "PreferencesPane.h"
|
|
|
|
@interface ProjectsPreferences : PreferencesPane
|
|
{
|
|
}
|
|
@end
|