Given we're only doing this in test code, does anyone know any dirty tricks we can do to from Swift to construct an instance of an Objective-C class whose init
is private? Or would they all have to be done from Obj-C and called from Swift?
Given we're only doing this in test code, does anyone know any dirty tricks we can do to from Swift to construct an instance of an Objective-C class whose init
is private? Or would they all have to be done from Obj-C and called from Swift?