UIObjectRestoration
The interface that restoration classes use to restore preserved objects.
Declaration
@MainActor protocol UIObjectRestorationOverview
A restorable object must set its objectRestorationClass property to the class that adopts this protocol. The method in this protocol should be used to return the object if it already exists or create it if needed.