Closed ghost closed 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.
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.
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?
@Randy_Becker, and thank you!
Great job with the Objective-C runtime wrapper. I extended it to support declared properties.