mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 05:20:59 +00:00
Add code to call viewWillLoad/viewDidLoad into loadView
This commit is contained in:
parent
5e5e2bd317
commit
20a59e45b5
2 changed files with 20 additions and 0 deletions
|
@ -88,6 +88,9 @@ APPKIT_EXPORT_CLASS
|
|||
|
||||
- (NSString *)nibName;
|
||||
- (NSBundle *)nibBundle;
|
||||
|
||||
- (void) viewWillLoad;
|
||||
- (void) viewDidLoad;
|
||||
@end
|
||||
|
||||
#endif // OS_API_VERSION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue