blob: 1abcc37ec3ac130735f94804e946898472e94a7c [file] [log] [blame]
import Foundation
import ProtoRenaming
open class MyGraphView : NSObject, GraphViewSource {
open func doSomething(to view: GraphView) { }
}