Skip to content

Instantly share code, notes, and snippets.

@pepicrft
Created July 19, 2016 21:29
Show Gist options
  • Select an option

  • Save pepicrft/5f2147f33322974150c9597b738f2d3f to your computer and use it in GitHub Desktop.

Select an option

Save pepicrft/5f2147f33322974150c9597b738f2d3f to your computer and use it in GitHub Desktop.
// Player.swift
class Player {
let storage: Storage
}
// Player+API
extension Player {
func createQueue(tracks: [PlayerTrack]) -> String
}
// Player+Coordinators.swift
extension Player {
func coordinator(fromViewController viewController: UIViewController, queueId: String) -> Coordinator
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment