Reduce usage of direct msg_send!

This commit is contained in:
Mads Marquart
2024-05-06 17:09:38 +02:00
committed by GitHub
parent cb39ab29f4
commit d5d202d60e
5 changed files with 61 additions and 86 deletions

View File

@@ -121,11 +121,14 @@ features = [
"NSAttributedString",
"NSData",
"NSDictionary",
"NSDistributedNotificationCenter",
"NSEnumerator",
"NSNotification",
"NSObjCRuntime",
"NSString",
"NSPathUtilities",
"NSProcessInfo",
"NSRunLoop",
"NSString",
"NSThread",
"NSValue",
]