最佳答案
Assume a setup like this:
In the Playground, it's possible to import modules (frameworks) like UIKit
with the import
keyword. How do you enable access to the project's other classes from the Playground?
Just trying to access project classes directly results with an error message: Use of unresolved identifier 'MyView'