Cuckoo/Source/Mock/StubbingProxy.swift

12 lines
205 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)
}