I can't seem to find a way to do it. In Objective C it's possible using:
someInstance.class.SomeComputedClassVariable
I checked this question, but there's a compiler error stating Class_Name does not have a member named SomeComputedClassVariable
, even though it is defined.