This repository has been archived on 2025-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
ios_app/Shared/Views/Tab/Profile/Settings/SecuritySettingsView.swift
2025-07-16 06:40:07 +03:00

9 lines
203 B
Swift

import SwiftUI
struct SecuritySettingsView: View {
var body: some View {
Text("Настройки безопасности")
.navigationTitle("Безопасность")
}
}