Cuckoo/Tests/Source/TestedSubProtocol.swift

12 lines
218 B
Swift

//
// TestedSubProtocol.swift
// Cuckoo
//
// Created by Arjan Duijzer on 22/02/2017.
// Copyright (c) 2017 Brightify. All rights reserved.
//
protocol TestedSubProtocol: TestedProtocol {
func noReturnSub()
}