// // DI.swift // SUIExamples // // Created by Pavel Yurchenko on 27.11.2024. // import Foundation final class DI { static var shared: DI = .init() }