Contents

UIObjectRestoration

The interface that restoration classes use to restore preserved objects.

Declaration

@MainActor protocol UIObjectRestoration

Overview

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.

Topics

Creating the restorable object

See Also

Interface restoration