objc2-foundation 0.3.2

Bindings to the Foundation framework
Documentation
1
2
3
4
5
6
use crate::NSUserDefaults;

// Documented to be thread-safe, and should be, it's a singleton that's
// accessible from any thread using `standardUserDefaults`.
unsafe impl Send for NSUserDefaults {}
unsafe impl Sync for NSUserDefaults {}