Cuckoo/Tests/Swift/Source/TestedSubProtocol.swift

4 lines
70 B
Swift

protocol TestedSubProtocol: TestedProtocol {
func noReturnSub()
}