If instance variables belong to an instance of a class, class variables would belong to an instance of a metaclass, I should think. But my experience with the Objective-C metaclass tells me that this is unlikely.
I'm wondering what class_getClassVariable
does as opposed to class_getInstanceVariable
, and why there is not a class_setClassVariable
in the runtime.