In Objective-C project, we can import header files in .pch
file so that we don't need to import elsewhere. But how can I achieve this in a Swift project?
Asked
Active
Viewed 64 times
1

icodesign
- 876
- 1
- 6
- 12
-
Also related: [Is there a Prefix Header (or something with this functionality) in Swift?](http://stackoverflow.com/a/28703739/3804019) – rintaro Mar 27 '15 at 12:38