accessing an objective-C’s class members via swift

some of my project’s objective c classes have structs with members. How do I access those members in swift?

Replies

Check out Using Imported C Structs and Unions in Swift