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
309 B

//
// RegistrationNameAssociatable.swift
// Swinject
//
// Created by Yoichi Tagaya on 8/1/15.
// Copyright © 2015 Swinject Contributors. All rights reserved.
//
import Foundation
@objc internal protocol RegistrationNameAssociatable: AnyObject {
var swinjectRegistrationName: String? { get set }
}