-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from yoichitgy/rename-protocols
Renamed protocols for Swift 3 conformance
- Loading branch information
Showing
13 changed files
with
168 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// | ||
// UnavailableItems.swift | ||
// SwinjectStoryboard | ||
// | ||
// Created by Yoichi Tagaya on 12/10/16. | ||
// Copyright © 2016 Swinject Contributors. All rights reserved. | ||
// | ||
|
||
// MARK: For auto migration to Swinject v1. | ||
@available(*, unavailable, renamed: "SwinjectStoryboardProtocol") | ||
public protocol SwinjectStoryboardType { } |
Oops, something went wrong.