Created
February 4, 2019 15:20
-
-
Save djds23/0c3424a24486dcabf7072928da7e761d to your computer and use it in GitHub Desktop.
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
enum TrainLine { … } | |
enum TrainStation { … } | |
protocol TrainNetworkHandler { | |
func departureTime(forLine: TrainLine, departingFrom: TrainStation) -> Observable<Date> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment