sfraser%netscape.com 07e12fc292 Changing printfs to NSLog, and #ifdeffing many of them to be DEBUG only. bug 147615.
git-svn-id: svn://10.0.0.236/trunk@124696 18797224-902f-48f8-a5cc-f745e15eee43
2002-07-05 01:32:00 +00:00

20 lines
248 B
Objective-C

#import "PersonalPane.h"
@implementation OrgMozillaChimeraPreferencePersonal
- (id) initWithBundle:(NSBundle *) bundle {
self = [super initWithBundle:bundle] ;
return self ;
}
- (void)awakeFromNib
{
}
- (void)mainViewDidLoad
{
}
@end