Once ABI and Module stability land in swift, is there any plan to use swift headers for iOS frameworks generated by native, or are they too dependent on Obj-C runtime features?
Partly wondering because there isn’t really a great equivalent in ObjC to
enum class
and I want that
switch
functionality I could get in a swift
enum
s
svyatoslav.scherbina
03/14/2019, 2:52 PM
use swift headers for iOS frameworks generated by native
Ah cool - I will admit I don’t have great suggestions for how to achieve this while still using Objc stuff, since Objc enums are only really supported if using integer types (