/
sberpay
/
AgeGate-iOS
Обзор
Документация
Войти
/
sberpay
/
AgeGate-iOS
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
develop
AgeGateExample/Services/StartupService.swift
17 строк
355 B
SergeyGladkiy
[0.2.0] БДСЧ сценарий
30 июл 2026, 21:57
30 июл 2026, 21:57
cbcdfcb
Код
Авторство
О чём код?
// // StartupService.swift // SPay // // Created by Alexander Ipatov on 07.11.2022. // import UIKit final class StartupService { func setupInitialState(with window: UIWindow) { window.rootViewController = UINavigationController( rootViewController: ConfigAssembly().createModule()) window.makeKeyAndVisible() } }