Add unread count to the timeline

This commit is contained in:
Maurice Parker
2019-09-30 20:01:02 -05:00
parent ed2257a4f4
commit 77ba42f102
6 changed files with 74 additions and 12 deletions

View File

@@ -20,5 +20,6 @@ class MasterTimelineTitleView: UIView {
}
@IBOutlet weak var label: UILabel!
@IBOutlet weak var unreadCountView: MasterTimelineUnreadCountView!
}