Initial implementation

This commit is contained in:
Gregory John Casamento 2019-08-02 09:30:39 -04:00
parent 202f0ceed2
commit 64a59aeb08

View file

@ -167,6 +167,13 @@ static BOOL initialized = NO;
selector: aSelector]);
}
+ (id)sortDescriptorWithKey: (NSString *)key
ascending: (BOOL)ascending
comparator: (NSComparator)cmptr
{
return nil;
}
- (id) initWithKey: (NSString *) key ascending: (BOOL) ascending
{
return [self initWithKey: key ascending: ascending selector: NULL];