blob: 8191a70489614d1eb6ead8a997d531dac073d321 [file] [log] [blame]
// Used by the objc_protocols test to test extensions that add conformances
// using existing methods on a class.
import Foundation
public class Bas {
@objc public func runce() {}
}
public class Zang {
@objc public func funge() {}
}