tapchicoma
03/11/2019, 2:19 PMabstract class? Can't find it in OBJC_INTEROP.mdSam
03/11/2019, 3:05 PMtapchicoma
03/11/2019, 3:07 PMSam
03/11/2019, 5:58 PMsvyatoslav.scherbina
03/13/2019, 8:08 AMabstract functions aren’t ignored, they are just omitted in some cases, e.g. when inherited from super classes, so this doesn’t prevent you from calling them.
abstract class is mapped to Objective-C class.