Files
ghostgram/submodules/TelegramUI/Components/Chat/ChatRecentActionsController/Sources/ChatRecentActionsInteraction.swift
T

10 lines
212 B
Swift

import Foundation
final class ChatRecentActionsInteraction {
let displayInfoAlert: () -> Void
init(displayInfoAlert: @escaping () -> Void) {
self.displayInfoAlert = displayInfoAlert
}
}