is there any way to call `NSData(base64Encoded:Str...
# ios
p
is there any way to call
NSData(base64Encoded:String)
from kotlin?
NSData.create(base64Encoding = "")
apparently… thanks anyway 😄
👍 2