mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
10 lines
147 B
Objective-C
10 lines
147 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
#import <PreferencePanes/NSPreferencePane.h>
|
|
|
|
@interface OrgMozillaChimeraPreferencePersonal : NSPreferencePane
|
|
{
|
|
|
|
}
|
|
|
|
@end
|