first commit

This commit is contained in:
Bob Sun 2017-01-19 21:15:47 +08:00
commit 8e997cc868
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
16 changed files with 1270 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="11759" systemVersion="16C67" minimumToolsVersion="Automatic" sourceLanguage="Swift" userDefinedModelVersionIdentifier="">
<entity name="PasswordEntity" representedClassName="PasswordEntity" syncable="YES" codeGenerationType="class">
<attribute name="name" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="raw" optional="YES" attributeType="Binary" syncable="YES"/>
<attribute name="rawPath" optional="YES" attributeType="String" syncable="YES"/>
</entity>
<elements>
<element name="PasswordEntity" positionX="-63" positionY="-18" width="128" height="90"/>
</elements>
</model>