darling-cocotron/AppKit/NSRuleEditor.m

14 lines
200 B
Mathematica
Raw Normal View History

#import <AppKit/NSRuleEditor.h>
@implementation NSRuleEditor
-initWithCoder:(NSCoder *)coder {
[super initWithCoder:coder];
return self;
}
2010-10-28 06:53:25 +00:00
-(void)encodeWithCoder:(NSCoder*)coder {
}
@end