mikeash / MAObjCRuntime

ObjC wrapper for ObjC runtime API
Other
1.53k stars 189 forks source link

Support for Declared Properties #1

Closed ghost closed 14 years ago

ghost commented 14 years ago

Great job with the Objective-C runtime wrapper. I extended it to support declared properties.

mikeash commented 14 years ago

This is great! Thanks a bunch. Is there any need for the _RTComponentsProperty class, though? Since there's no way to add properties to a class (that I can see), it doesn't seem like it would be useful.

ghost commented 14 years ago

No, I suppose there isn't any need for it. Perhaps I should file a bug requesting a class_addProperty() function. I wonder why it's absent.

mikeash commented 14 years ago

Good idea. I'll go ahead and merge this without that class for now, and if Apple ever gets around to adding that function then we can stick it back in. Thanks again!

By the way, do you have a Twitter handle or such so I can properly credit you in my announcement tweet?

ghost commented 14 years ago

@Randy_Becker, and thank you!