Tusker/Tusker/Views/Status/TrendingStatusCollectionVie...

16 lines
400 B
Swift
Raw Permalink Normal View History

2023-02-03 04:02:11 +00:00
//
// TrendingStatusCollectionViewCell.swift
// Tusker
//
// Created by Shadowfacts on 2/2/23.
// Copyright © 2023 Shadowfacts. All rights reserved.
//
import UIKit
class TrendingStatusCollectionViewCell: TimelineStatusCollectionViewCell {
override func updateConfiguration(using state: UICellConfigurationState) {
backgroundConfiguration = .appListGroupedCell(for: state)
2023-02-03 04:02:11 +00:00
}
}