Minor aesthetic clean ups of Foundation

This commit is contained in:
gingerBill
2022-02-15 15:34:07 +00:00
parent 3ab5db8297
commit 803648be89
8 changed files with 7 additions and 21 deletions
-1
View File
@@ -63,7 +63,6 @@ Value_pointerValue :: proc(self: ^Value) -> rawptr {
@(objc_class="NSNumber")
Number :: struct{using _: Copying(Number), using _: Value}
@(objc_type=Number, objc_name="alloc", objc_is_class_method=true)
Number_alloc :: proc() -> ^Number {
return msgSend(^Number, Number, "alloc")