apple-apis 0.1.0

System bindings for Apple APIs
1
2
3
4
5
6
#if pushkit || editor
	import PushKit

	@available(macOS 10.15, *)
	extension PKPushRegistry: RawPtrExt {}
#endif