Skip to content

Instantly share code, notes, and snippets.

@pepicrft
Created November 24, 2017 15:27
Show Gist options
  • Save pepicrft/b230a5e990186fb434695bb7aac1380a to your computer and use it in GitHub Desktop.
Save pepicrft/b230a5e990186fb434695bb7aac1380a to your computer and use it in GitHub Desktop.
// Services.swift in the main application
import uCore
import uPlayback
class Services {
static let playback = PlaybackService() // From uPlayback
static let client = Client(baseUrl: "https://api.shakira.io") // From uCore
static let analytics = Analytics(firebaseKey: "xxx") // From uCore
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment