mirror of
https://github.com/metabolist/metatext.git
synced 2025-02-16 22:15:14 +00:00
14 lines
397 B
Swift
14 lines
397 B
Swift
|
// Copyright © 2020 Metabolist. All rights reserved.
|
||
|
|
||
|
import Mastodon
|
||
|
import UIKit
|
||
|
import ViewModels
|
||
|
|
||
|
final class CompositionAttachmentsDataSource: UICollectionViewDiffableDataSource<Int, Attachment> {
|
||
|
// init(collectionView: UICollectionView, composition: Composition) {
|
||
|
// super.init(collectionView: collectionView) { collectionView, indexPath, attachment in
|
||
|
//
|
||
|
// }
|
||
|
// }
|
||
|
}
|