:wave: How would be the right way of calling ```if (itemProvider.canLoadObject(ofClass: UIImage.sel...
m
👋 How would be the right way of calling
Copy code
if (itemProvider.canLoadObject(ofClass: UIImage.self))
In KMP: • `if(result.itemProvider.canLoadObjectOfClass(UIImage.`class`() )` complains about wrong param • `if(result.itemProvider.canLoadObjectOfClass(UIImage.`class`() asNSItemProviderReadingProtocol)` fails at runtime with class cast exc