Swift and header files

When I defined a class in Objective C, I would include all the info needed to use it in its header file. What should we do instead in Swift? Is there an established "best practice" that provides the equivalent of a header file?

Swift and header files
 
 
Q