1 2 3 4 5 6 7 8 9
package objc_Foundation ModalResponse :: enum UInteger { Cancel = 0, OK = 1, } @(objc_class="NSPanel") Panel :: struct{ using _: Window }