mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-28 07:51:33 +00:00
Correct types in methods
This commit is contained in:
8
examples/objc/objc_main.odin
Normal file
8
examples/objc/objc_main.odin
Normal file
@@ -0,0 +1,8 @@
|
||||
package objc_test
|
||||
|
||||
import NS "core:sys/darwin/Foundation"
|
||||
import MTL "core:sys/darwin/Metal"
|
||||
|
||||
main :: proc() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user