Is there a way to reference a Swift enum from an Objective-C header? If you want to see Swift classes in the Objective-C header you can use
@objc class Foo
typedef SWIFT_ENUM(NSInteger, MyEnum);