darling-cocotron/AppKit/NSRuleEditor.m
2010-10-28 02:53:25 -04:00

14 lines
200 B
Objective-C

#import <AppKit/NSRuleEditor.h>
@implementation NSRuleEditor
-initWithCoder:(NSCoder *)coder {
[super initWithCoder:coder];
return self;
}
-(void)encodeWithCoder:(NSCoder*)coder {
}
@end