mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 12:09:51 +00:00
10 lines
157 B
Objective-C
10 lines
157 B
Objective-C
#import <AppKit/NSPredicateEditorRowTemplate.h>
|
|
|
|
@implementation NSPredicateEditorRowTemplate
|
|
|
|
- initWithCoder: (NSCoder *) coder {
|
|
return self;
|
|
}
|
|
|
|
@end
|