Hi, I use an interface for my iOS view. I’m using ...
# multiplatform
m
Hi, I use an interface for my iOS view. I’m using SwiftUI, but whenever I import my SharedCode in the swift ui struct. It’s not building. But if I use another swift class it’s working fine. Do you have an idea? I am using protocol to tells my views that there are some new data to show, etc.. But if I’m not able to import the sharedCode, I’m not able to tell what kind of data my lists will be using.