Skip to content

Instantly share code, notes, and snippets.

@KhayalSuleymani
Last active March 20, 2025 16:29
Show Gist options
  • Save KhayalSuleymani/2ce552e7a8651ded49edd791d2103538 to your computer and use it in GitHub Desktop.
Save KhayalSuleymani/2ce552e7a8651ded49edd791d2103538 to your computer and use it in GitHub Desktop.
import Common
@main class WalletApp: App {
override var coordinator: Coordinatable {
Wallet()
}
override var connector: Connectable {
Connector(connections: [
FirebaseConnector(),
DynatraceConnector(),
DependencyConnector(),
LocaliseConnector(),
KeyboardConnector(),
])
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment