// // CollectionViewController.swift // Tusker // // Created by Shadowfacts on 11/29/22. // Copyright © 2022 Shadowfacts. All rights reserved. // import UIKit protocol CollectionViewController: UIViewController { var collectionView: UICollectionView! { get } }