is there any meaningful workaround to be able to a...
# ios
d
is there any meaningful workaround to be able to access shared-code Sealed Classes from Swift?
m
What are you trying to do? We have some sealed classes in our shared code and our iOS Swift code does switch statements over them.
d
I was considering sealed classes for defining events in the shared code. But eventually I decided to use normal functions instead.