isInstance static method
Returns whether obj is an instance of ASPickerDisplayItem.
Implementation
static bool isInstance(objc.ObjCObjectBase obj) {
return _objc_msgSend_69e0x1(obj.ref.pointer, _sel_isKindOfClass_, _class_ASPickerDisplayItem);
}
Returns whether obj is an instance of ASPickerDisplayItem.
static bool isInstance(objc.ObjCObjectBase obj) {
return _objc_msgSend_69e0x1(obj.ref.pointer, _sel_isKindOfClass_, _class_ASPickerDisplayItem);
}