What would be the best way to assign a property to an existing class?
I have an existing array of ALAssets, and would like to assing a boolean as property to each asset. I could subclass, but then I have to copy each ALAsset into a new one (?) I can't create a category, because I need to store that boolean somewhere.
Any ideas?