hasOrderedToManyRelationshipForKey_ method

bool hasOrderedToManyRelationshipForKey_(
  1. NSString key
)

Implementation

bool hasOrderedToManyRelationshipForKey_(NSString key) {
  return _lib._objc_msgSend_63(
      _id, _lib._sel_hasOrderedToManyRelationshipForKey_1, key._id);
}