Mappable.h 56 B

123
  1. @protocol Mappable
  2. - (id)map:(id (^)(id))funcBlock;
  3. @end