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