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.

11 lines
321 B

2 years ago
  1. //
  2. // UnavailableItems.swift
  3. // SwinjectStoryboard
  4. //
  5. // Created by Yoichi Tagaya on 12/10/16.
  6. // Copyright © 2016 Swinject Contributors. All rights reserved.
  7. //
  8. // MARK: For auto migration to Swinject v1.
  9. @available(*, unavailable, renamed: "SwinjectStoryboardProtocol")
  10. public protocol SwinjectStoryboardType { }