Timestampable
public protocol Timestampable
Undocumented
-
Undocumented
Declaration
Swift
var createdDate: Date { get }
-
Undocumented
Declaration
Swift
var updatedDate: Date? { get set }