<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model name="" userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="1807" systemVersion="11E53" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
    <entity name="Tweet" representedClassName="PDTweet" syncable="YES">
        <attribute name="remoteID" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
        <attribute name="retrievalDate" optional="YES" attributeType="Date" syncable="YES"/>
        <attribute name="text" attributeType="String" syncable="YES"/>
        <relationship name="user" minCount="1" maxCount="1" deletionRule="Nullify" destinationEntity="User" inverseName="tweets" inverseEntity="User" syncable="YES"/>
    </entity>
    <entity name="User" representedClassName="PDUser" syncable="YES">
        <attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="profilePictureURL" optional="YES" attributeType="String" syncable="YES"/>
        <attribute name="remoteID" optional="YES" attributeType="Integer 64" defaultValueString="0" syncable="YES"/>
        <attribute name="screenName" optional="YES" attributeType="String" syncable="YES"/>
        <relationship name="tweets" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="Tweet" inverseName="user" inverseEntity="Tweet" syncable="YES"/>
    </entity>
    <elements>
        <element name="Tweet" positionX="0" positionY="0" width="128" height="105"/>
        <element name="User" positionX="160" positionY="192" width="128" height="120"/>
    </elements>
</model>