Add indexpath methods

This commit is contained in:
Gregory John Casamento 2022-08-09 01:25:50 -04:00
parent 5108348ca6
commit eeb8718452
5 changed files with 187 additions and 36 deletions

View file

@ -214,6 +214,11 @@
{
return YES;
}
- (NSString *) description
{
return [NSString stringWithFormat: @"%@ - view = %@", [super description], view];
}
@end
@implementation NSViewController (NSEditorRegistration)