Tusker/Tusker/Screens/Utilities/StateRestorableViewControll...

14 lines
286 B
Swift
Raw Normal View History

2023-02-23 02:38:12 +00:00
//
// StateRestorableViewController.swift
// Tusker
//
// Created by Shadowfacts on 2/22/23.
// Copyright © 2023 Shadowfacts. All rights reserved.
//
import UIKit
protocol StateRestorableViewController: UIViewController {
func stateRestorationActivity() -> NSUserActivity?
}