import Foundation import ProtoRenaming open class MyGraphView : NSObject, GraphViewSource { open func doSomething(to view: GraphView) { } }