Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Cocoa/xCode 中,我有一个类位于一个巨大的 .m 文件中,并且想将 .m 文件拆分为 2 个 .m 文件,但仍然来自同一个类。所以我可以从第一个 .m 文件中调用 [self myFunctionInSecond.mfile] 。
我怎样才能做到这一点 ? 谢谢 !