How to break code into multiple files in Swift

Viewed 24

Since the code of one file is too long, I'd like to divide it into several files. I tried to divide it using extension, but because of the protection level issue, it is impossible. Is there a good solution?

0 Answers
Related