0

標準のgccObjective-Cヘッダーのみ。

何よりも、私は配列と辞書に興味があります。

それが可能であれば、どのスーパークラスをサブクラスにする必要がありますか?

4

1 に答える 1

1

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...

于 2011-05-21T08:54:39.847 に答える