hasSuffix method

bool hasSuffix(
  1. NSString str
)

hasSuffix:

Implementation

bool hasSuffix(NSString str) {
  return _objc_msgSend_19nvye5(
    object$.ref.pointer,
    _sel_hasSuffix_,
    str.ref.pointer,
  );
}