Add viewcontroller to item

This commit is contained in:
Gregory John Casamento 2020-07-22 02:19:35 -04:00
parent 2bd3faf3c8
commit 577aefb437
3 changed files with 10 additions and 0 deletions

View file

@ -146,6 +146,11 @@
return _viewController;
}
- (void) setViewController: (NSViewController *)vc
{
_viewController = vc;
}
// NSCoding
- (instancetype) initWithCoder: (NSCoder *)coder
{