Skip to content

Commit

Permalink
Presentable protocol is now class-bound
Browse files Browse the repository at this point in the history
  • Loading branch information
Elviro Rocca committed Oct 23, 2018
1 parent 5103cc3 commit e742471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NavigationHelper/Protocols.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public protocol Disposer: class {
var bag: DisposeBag { get }
}

public protocol Presentable {
public protocol Presentable: class {
var hashable: AnyHashable { get }
}

Expand Down

0 comments on commit e742471

Please sign in to comment.