Add code to call viewWillLoad/viewDidLoad into loadView

This commit is contained in:
Gregory John Casamento 2022-12-10 12:44:03 -05:00
parent 5e5e2bd317
commit 20a59e45b5
2 changed files with 20 additions and 0 deletions

View file

@ -88,6 +88,9 @@ APPKIT_EXPORT_CLASS
- (NSString *)nibName;
- (NSBundle *)nibBundle;
- (void) viewWillLoad;
- (void) viewDidLoad;
@end
#endif // OS_API_VERSION