i have an Android application made with Unity and Android Studio( a part of UI done on Unity and Android Studio) and i would like to make it works on IOS, so i know i have to do the UI on XCODE but my question is : In Unity i have this kind of call : enter image description here
So that thing create a class that i can see in android studio, but how can i do that for IOS ?(first time with swift langage) .
Thanks for the help.
I have actually no idea of what i am supposed to do there ...