-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcontents
11 lines (11 loc) · 804 Bytes
/
contents
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="14460.32" systemVersion="18D109" minimumToolsVersion="Xcode 4.3" sourceLanguage="Objective-C" userDefinedModelVersionIdentifier="">
<entity name="Task" representedClassName="Task" syncable="YES">
<attribute name="desc" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="isDone" optional="YES" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="NO" syncable="YES"/>
<attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
</entity>
<elements>
<element name="Task" positionX="-63" positionY="-18" width="128" height="90"/>
</elements>
</model>