You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
275 B

//
// InjectionVerifiable.swift
// Swinject
//
// Created by Jakub Vaňo on 28/10/16.
// Copyright © 2016 Swinject Contributors. All rights reserved.
//
import Foundation
@objc internal protocol InjectionVerifiable: AnyObject {
var wasInjected: Bool { get set }
}