Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
signalapp
GitHub Repository: signalapp/Signal-iOS
Path: blob/main/SignalServiceKit/Stories/FailedStorySendDisplayController.swift
1 views
//
// Copyright 2023 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
//

import Foundation
public import UIKit

/// Failed story send notifications check if the topmost view controller conforms
/// to this protocol.
/// In practice this is always ``MyStoriesViewController``, but that lives in
/// the Signal target and this needs to be checked in SignalMessaging.
public protocol FailedStorySendDisplayController: UIViewController {}