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