mirror of
https://github.com/metabolist/metatext.git
synced 2025-02-16 14:05:14 +00:00
13 lines
397 B
Swift
13 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
|
|
//
|
|
// }
|
|
// }
|
|
}
|