Continue adopting MainActor.

This commit is contained in:
Brent Simmons
2023-04-08 15:42:52 -07:00
parent 397012e23b
commit d06632da0b
8 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
import UIKit
import RSCore
struct MasterTimelineDefaultCellLayout: MasterTimelineCellLayout {
@MainActor struct MasterTimelineDefaultCellLayout: MasterTimelineCellLayout {
static let cellPadding = UIEdgeInsets(top: 12, left: 8, bottom: 12, right: 20)