Can I fast enum @property(ies)

95 views Asked by At

I was just wondering if I could do some thing like for (id something in someArray) for properties. For instance, I declared a bunch of properties for a class A and two objects A,B of this class. I want to go through each one of the properties of object A and compare them with those of other object B. Is there a fast way like fast enum that I can use?

0

There are 0 answers