comparison Simoleon/Simoleon.xcdatamodeld/Simoleon.xcdatamodel/contents @ 156:84137052813d

Refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Sat, 28 Aug 2021 11:15:25 +0100
parents dbd3fe16efaa
children 82bd84c5973c
comparison
equal deleted inserted replaced
155:681f2cbe8c7f 156:84137052813d
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="18154" systemVersion="20G71" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier=""> 2 <model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="18154" systemVersion="20G95" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier="">
3 <entity name="DefaultCurrency" representedClassName="DefaultCurrency" syncable="YES"> 3 <entity name="DefaultCurrency" representedClassName="DefaultCurrency" syncable="YES">
4 <attribute name="pair" optional="YES" attributeType="String"/> 4 <attribute name="firstSymbol" optional="YES" attributeType="String"/>
5 <attribute name="secondSymbol" optional="YES" attributeType="String"/>
5 </entity> 6 </entity>
6 <entity name="Favorite" representedClassName="Favorite" syncable="YES"> 7 <entity name="Favorite" representedClassName="Favorite" syncable="YES">
7 <attribute name="currencyPair" optional="YES" attributeType="String"/> 8 <attribute name="currencyPair" optional="YES" attributeType="String"/>
8 </entity> 9 </entity>
9 <elements> 10 <elements>
10 <element name="DefaultCurrency" positionX="0" positionY="0" width="128" height="44"/> 11 <element name="DefaultCurrency" positionX="0" positionY="0" width="128" height="59"/>
11 <element name="Favorite" positionX="0" positionY="0" width="128" height="44"/> 12 <element name="Favorite" positionX="0" positionY="0" width="128" height="44"/>
12 </elements> 13 </elements>
13 </model> 14 </model>