Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F12142936
WFAPost+CoreDataProperties.swift
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
944 B
Subscribers
None
WFAPost+CoreDataProperties.swift
View Options
//
// WFAPost+CoreDataProperties.swift
// WriteFreely-MultiPlatform
//
// Created by Angelo Stavrow on 2020-09-08.
//
//
import
Foundation
import
CoreData
extension
WFAPost
{
@
nonobjc
public
class
func
createFetchRequest
()
->
NSFetchRequest
<
WFAPost
>
{
return
NSFetchRequest
<
WFAPost
>(
entityName
:
"WFAPost"
)
}
@NSManaged
public
var
appearance
:
String
?
@NSManaged
public
var
body
:
String
@NSManaged
public
var
collectionAlias
:
String
?
@NSManaged
public
var
createdDate
:
Date
?
@NSManaged
public
var
language
:
String
?
@NSManaged
public
var
postId
:
String
?
@NSManaged
public
var
rtl
:
Bool
@NSManaged
public
var
slug
:
String
?
@NSManaged
public
var
status
:
Int32
@NSManaged
public
var
title
:
String
@NSManaged
public
var
updatedDate
:
Date
?
@NSManaged
public
var
hasNewerRemoteCopy
:
Bool
@NSManaged
public
var
wasDeletedFromServer
:
Bool
}
extension
WFAPost
:
Identifiable
{
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 10, 3:21 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3427617
Attached To
rWFSUI WriteFreely SwiftUI
Event Timeline
Log In to Comment