Rename MasterFeed* to MainFeed*.

This commit is contained in:
Brent Simmons
2024-12-24 11:37:23 -08:00
parent ed0a0d0af0
commit a86d4dbab4
19 changed files with 121 additions and 337 deletions

View File

@@ -8,7 +8,7 @@
import UIKit
class MasterTimelineUnreadCountView: MasterFeedUnreadCountView {
class MasterTimelineUnreadCountView: MainFeedUnreadCountView {
override var padding: UIEdgeInsets {
return UIEdgeInsets(top: 2.0, left: 9.0, bottom: 2.0, right: 9.0)