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.
仅使用标准 gcc Objective-C 标头。
最重要的是,我对数组和字典很感兴趣。
如果这是可能的,那么哪些超类应该是子类?
这不容易。
每个 Objective C 对象都必须派生自 NSObject(它实现了运行时系统的接口),而 NSObject 是 Foundation 的一部分。
或者,你可以尝试,但你必须重新实现很多低级的东西......