forked from organicmaps/organicmaps
backup
This commit is contained in:
parent
d1bf71528e
commit
d728b8c7d6
10 changed files with 56 additions and 0 deletions
9
iphone/Maps/Tourism/Data/Db/DBUtils.swift
Normal file
9
iphone/Maps/Tourism/Data/Db/DBUtils.swift
Normal file
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// DBUtils.swift
|
||||
// OMaps
|
||||
//
|
||||
// Created by user on 9/11/24.
|
||||
// Copyright © 2024 Organic Maps. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// CoordinatesEntity.swift
|
||||
// OMaps
|
||||
//
|
||||
// Created by user on 9/11/24.
|
||||
// Copyright © 2024 Organic Maps. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="22758" systemVersion="23G93" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithSwiftData="YES" userDefinedModelVersionIdentifier=""/>
|
9
iphone/Maps/Tourism/Data/Db/DataModels/UserEntity.swift
Normal file
9
iphone/Maps/Tourism/Data/Db/DataModels/UserEntity.swift
Normal file
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// UserEntity.swift
|
||||
// OMaps
|
||||
//
|
||||
// Created by user on 9/11/24.
|
||||
// Copyright © 2024 Organic Maps. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// HashPersistenceController.swift
|
||||
// OMaps
|
||||
//
|
||||
// Created by user on 9/10/24.
|
||||
// Copyright © 2024 Organic Maps. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// PlacePersistenceController.swift
|
||||
// OMaps
|
||||
//
|
||||
// Created by user on 9/11/24.
|
||||
// Copyright © 2024 Organic Maps. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
9
iphone/Maps/Tourism/Domain/Models/Details/Hash.swift
Normal file
9
iphone/Maps/Tourism/Domain/Models/Details/Hash.swift
Normal file
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// Hash.swift
|
||||
// OMaps
|
||||
//
|
||||
// Created by user on 9/11/24.
|
||||
// Copyright © 2024 Organic Maps. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
Loading…
Add table
Reference in a new issue