enumerateKeysAndObjectsWithOptions_usingBlock_ method

void enumerateKeysAndObjectsWithOptions_usingBlock_(
  1. int opts,
  2. ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool block
)

Implementation

void enumerateKeysAndObjectsWithOptions_usingBlock_(
    int opts, ObjCBlock_ffiVoid_ObjCObject_ObjCObject_bool block) {
  _lib._objc_msgSend_151(
      _id,
      _lib._sel_enumerateKeysAndObjectsWithOptions_usingBlock_1,
      opts,
      block._id);
}