Swiftgram/TelegramUI/ChatRecentActionsInteraction.swift
Peter Iakovlev 47cd4b0d76 no message
2018-01-31 20:40:55 +04:00

10 lines
212 B
Swift

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