mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-05 09:26:32 +00:00
pkg/objc: more message send stuff
This commit is contained in:
10
pkg/objc/object.zig
Normal file
10
pkg/objc/object.zig
Normal file
@@ -0,0 +1,10 @@
|
||||
const std = @import("std");
|
||||
const c = @import("c.zig");
|
||||
const objc = @import("main.zig");
|
||||
const MsgSend = @import("msg_send.zig").MsgSend;
|
||||
|
||||
pub const Object = struct {
|
||||
value: c.id,
|
||||
|
||||
pub usingnamespace MsgSend(Object);
|
||||
};
|
Reference in New Issue
Block a user