|
|
|
|
|
by flohofwoe
1847 days ago
|
|
I wouldn't be surprised if Swift also calls objc_msgSend for accessing macOS APIs, or at least a practically identical function. The Objective-C runtime library (which objc_msgSend is a part of) allows to access the "Objective-C object model" from other languages than Objective-C via a C-API. |
|