mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Topic APIs
This commit is contained in:
@@ -4,6 +4,11 @@ import Postbox
|
||||
import Display
|
||||
import TelegramCore
|
||||
|
||||
public enum ChatListControllerLocation {
|
||||
case chatList(groupId: EngineChatList.Group)
|
||||
case forum(peerId: PeerId)
|
||||
}
|
||||
|
||||
public protocol ChatListController: ViewController {
|
||||
var context: AccountContext { get }
|
||||
var lockViewFrame: CGRect? { get }
|
||||
|
||||
Reference in New Issue
Block a user