mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Topic improvements
This commit is contained in:
@@ -580,6 +580,14 @@ public enum ChatPresentationInputQueryResult: Equatable {
|
||||
|
||||
public let ChatControllerCount = Atomic<Int32>(value: 0)
|
||||
|
||||
public final class PeerInfoNavigationSourceTag {
|
||||
public let peerId: EnginePeer.Id
|
||||
|
||||
public init(peerId: EnginePeer.Id) {
|
||||
self.peerId = peerId
|
||||
}
|
||||
}
|
||||
|
||||
public protocol PeerInfoScreen: ViewController {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user