Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Swift 5 #46

Closed
wants to merge 2 commits into from
Closed

Migrate to Swift 5 #46

wants to merge 2 commits into from

Conversation

Grigs-b
Copy link
Contributor

@Grigs-b Grigs-b commented Jun 26, 2019

No description provided.

pbrown719 and others added 2 commits February 22, 2017 14:34
Remove the generic constraint requirement for Store.unsubscribe(..)
to allow any AnyStoreSubscriber conforming object to be passed in.
Copy link
Contributor

@andrewroycarter andrewroycarter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the only real change is @objc decorations and public / internal?

@@ -14,9 +14,9 @@ public protocol NavigationControllerCoordinator: Coordinator {
}

public extension NavigationControllerCoordinator {
public var rootViewController: UIViewController { return navigationController }
var rootViewController: UIViewController { return navigationController }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the public / internal change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant declaration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants