Skip to content

Instantly share code, notes, and snippets.

View OhhhThatVarun's full-sized avatar
🎯
Focusing

Varun Raj OhhhThatVarun

🎯
Focusing
View GitHub Profile
@OhhhThatVarun
OhhhThatVarun / SwDinModule.swift
Last active March 16, 2021 09:48
Declaring a module in SwDin
let module = Module {
Single.init { _ in DatabaseClient()}
Factory.init {_ in MyViewModel()}
Single.init { _ in ApiClient()}
}