mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-16 04:27:18 +02:00
6 lines
80 B
Swift
6 lines
80 B
Swift
import Foundation
|
|
|
|
public enum PinnedItemId: Hashable {
|
|
case peer(PeerId)
|
|
}
|