Files
knowledge-kit/Chapter1 - iOS/1.16.md
2020-02-25 17:46:51 +08:00

11 lines
271 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Swift、OC混编
```
1、在oc文件中使用swift文件。
选中项目TARGETS->Building Settings->搜索“Objective-C Genereated Interface Header Name”对应的名字。
在oc文件中需要使用swift的地方头文件导入上一步对应的名字。
```