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.
標準のgccObjective-Cヘッダーのみ。
何よりも、私は配列と辞書に興味があります。
それが可能であれば、どのスーパークラスをサブクラスにする必要がありますか?
It is not easily possible.
Every Objective C object must derive from NSObject (which implement the interface to the runtime system), and NSObject is part of Foundation.
Or, you could try, but you would have to re-implement a lot of low-level things...