mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-03 19:54:31 +00:00
10 lines
265 B
Swift
10 lines
265 B
Swift
import Foundation
|
|
import Postbox
|
|
import TelegramCore
|
|
import Display
|
|
import AccountContext
|
|
|
|
func peerSharedMediaControllerImpl(context: AccountContext, peerId: PeerId) -> ViewController? {
|
|
return PeerMediaCollectionController(context: context, peerId: peerId)
|
|
}
|