Signal-iOS/SignalServiceKit/Stories/FailedStorySendDisplayController.swift
2026-03-24 16:09:03 -05:00

14 lines
451 B
Swift

//
// 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 {}