1typedef NSArray<NSString *> * (^ Finder )(NSArray *); 2typedef NSArray< NSString * > * (^ Handler )( NSDictionary< NSString * , NSArray * > *); 3