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/AppPreferencesView.swift
2025-07-16 06:40:07 +03:00

9 lines
193 B
Swift

import SwiftUI
struct AppPreferencesView: View {
var body: some View {
Text("Настройки приложения")
.navigationTitle("Приложение")
}
}