Hacker News new | ask | show | jobs
by dcrazy 168 days ago
I’m curious why you used `@_silgen_name` to forward-declare the Darwin notification APIs. Does `import Darwin` not make them available?
1 comments

It doesn't seem like they are available with `import Darwin` indeed