Continue adopting @MainActor.

This commit is contained in:
Brent Simmons
2023-04-06 21:53:45 -07:00
parent 59d3bf278a
commit 22f9dbacff
6 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
import UIKit
import RSCore
struct MasterFeedTableViewSectionHeaderLayout {
@MainActor struct MasterFeedTableViewSectionHeaderLayout {
private static let labelMarginRight = CGFloat(integerLiteral: 8)
private static let disclosureButtonSize = CGSize(width: 44, height: 44)