Make TimelineTitleView final.

This commit is contained in:
Brent Simmons 2024-05-03 23:17:04 -07:00
parent 3f8724c9d1
commit 19a39ac295

View File

@ -8,7 +8,7 @@
import UIKit
class TimelineTitleView: UIView {
final class TimelineTitleView: UIView {
@IBOutlet weak var iconView: IconView!
@IBOutlet weak var label: UILabel!