hasSuffix_ method

bool hasSuffix_(
  1. NSString str
)

Implementation

bool hasSuffix_(NSString str) {
  return _lib._objc_msgSend_63(_id, _lib._sel_hasSuffix_1, str._id);
}