We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
之前的OC中 有 pch ,可以全局引用文件,Swift如何实现同样的效果呢? 比如全局引用import UIKit ,避免在每个VC中导入
The text was updated successfully, but these errors were encountered:
swift有命名空间的. 只要在同一命名空间内, 未用private声明的, 都是全局的.
Sorry, something went wrong.
No branches or pull requests
之前的OC中 有 pch ,可以全局引用文件,Swift如何实现同样的效果呢?
比如全局引用import UIKit ,避免在每个VC中导入
The text was updated successfully, but these errors were encountered: