sunshinejr / SwiftyUserDefaults

Modern Swift API for NSUserDefaults
http://radex.io/swift/nsuserdefaults/static
MIT License
4.84k stars 364 forks source link

Is it possible for me to use SwiftyUserDefaults in my Objetcive c code? #269

Closed atebitsy closed 3 years ago

atebitsy commented 3 years ago

Is it possible for me to use SwiftyUserDefaults in my Objetcive c code?

sunshinejr commented 3 years ago

Hey @atebitsy, sorry but most likely not, not really unless you bridge the types into the Objc world (adapter etc...).