Closed kylef closed 10 years ago
Multiple protocols so you can have type checking on different types of attributes, to-many, to-one, etc.
@protocol KFToManyAttribute - (NSPredicate *)in:(id<NSFastEnumeration>)objects; @end
Swift version uses Generics and provides this kind of thing.
Multiple protocols so you can have type checking on different types of attributes, to-many, to-one, etc.