Created
November 24, 2017 15:27
-
-
Save pepicrft/b230a5e990186fb434695bb7aac1380a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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