I've a simple question about objective-c / objective-j syntax.
This is a method dataForItemsAtIndexes and it gets as parameters a CPIndextSet and CPString. It should return a CPData object. However I don't understand what's (CPCollectionView)aCollectionView.
- (CPData)collectionView:(CPCollectionView)aCollectionView
dataForItemsAtIndexes:(CPIndexSet)indices
forType:(CPString)aType
Thanks