Add dummy awakeFromNib dummy method (#195)

This commit is contained in:
Gregory Casamento 2023-08-31 17:41:46 -04:00 committed by GitHub
parent d99c96efcc
commit 629d065b91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5231,6 +5231,10 @@ static NSView* findByTag(NSView *view, NSInteger aTag, NSUInteger *level)
return 0;
}
- (void) awakeFromNib
{
}
@end
#if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST)