Skip to content

Instantly share code, notes, and snippets.

@denandreychuk
Last active August 12, 2021 12:30
Show Gist options
  • Select an option

  • Save denandreychuk/44e234a42c80cd2c85adb571a895a188 to your computer and use it in GitHub Desktop.

Select an option

Save denandreychuk/44e234a42c80cd2c85adb571a895a188 to your computer and use it in GitHub Desktop.
Улучшаем состояние AppDelegate с помощью сервисов | https://t.me/BlogSwift
// СВИФТЕР | Блог про Swift | t.me/BlogSwift
@main
class AppDelegate: PluggableApplicationDelegate {
// MARK: Services
override var services: [ApplicationService] {
[
FirebaseService(),
FacebookService()
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment