view 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
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="18154" systemVersion="20G95" minimumToolsVersion="Automatic" sourceLanguage="Swift" usedWithCloudKit="YES" userDefinedModelVersionIdentifier="">
    <entity name="DefaultCurrency" representedClassName="DefaultCurrency" syncable="YES">
        <attribute name="firstSymbol" optional="YES" attributeType="String"/>
        <attribute name="secondSymbol" optional="YES" attributeType="String"/>
    </entity>
    <entity name="Favorite" representedClassName="Favorite" syncable="YES">
        <attribute name="currencyPair" optional="YES" attributeType="String"/>
    </entity>
    <elements>
        <element name="DefaultCurrency" positionX="0" positionY="0" width="128" height="59"/>
        <element name="Favorite" positionX="0" positionY="0" width="128" height="44"/>
    </elements>
</model>