blob: 18730548d7f2abd82b795b825b70b733389bde14 [file] [log] [blame]
@_exported import ProtoWithInitializer
@_exported import TypeAndValue
public class Impl : InitProto {
@objc public required init(int i: CInt) {}
public func takeStruct(_ input: testStruct) {
testStruct(input)
}
public func getEnum() -> testEnum {
return testEnum
}
}