Fully implement NSWindowDelegate

This commit is contained in:
Lucas Perlind
2023-01-19 19:12:14 +11:00
parent fed65742df
commit 91ab184175
7 changed files with 576 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package objc_Foundation
@(objc_class="NSPasteboard")
Pasteboard :: struct {using _: Object}
// TODO: implement NSPasteboard