Cuckoo/Source/Mock/StubbingProxy.swift

11 lines
204 B
Swift

//
// StubbingProxy.swift
// Cuckoo
//
// Created by Filip Dolnik on 29.05.16.
// Copyright © 2016 Brightify. All rights reserved.
//
public protocol StubbingProxy {
init(manager: MockManager)
}