mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-21 03:29:54 +00:00
Merge branch 'master' of https://github.com/peter-iakovlev/Postbox
* 'master' of https://github.com/peter-iakovlev/Postbox: no message # Conflicts: # Postbox/ItemCollectionsView.swift
This commit is contained in:
@@ -35,6 +35,7 @@ public struct ItemCollectionViewEntryIndex: Comparable {
|
||||
public struct ItemCollectionViewEntry {
|
||||
public let index: ItemCollectionViewEntryIndex
|
||||
public let item: ItemCollectionItem
|
||||
|
||||
public init(index: ItemCollectionViewEntryIndex, item: ItemCollectionItem) {
|
||||
self.index = index
|
||||
self.item = item
|
||||
|
||||
Reference in New Issue
Block a user