Rename MasterTimelineAvatarView to AvatarView

This commit is contained in:
Maurice Parker
2019-10-29 19:23:29 -05:00
parent f23f522450
commit d63a743550
6 changed files with 15 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ class MasterTimelineTableViewCell: VibrantTableViewCell {
private let dateView = MasterTimelineTableViewCell.singleLineUILabel()
private let feedNameView = MasterTimelineTableViewCell.singleLineUILabel()
private lazy var avatarView = MasterTimelineAvatarView()
private lazy var avatarView = AvatarView()
private lazy var starView = {
return NonIntrinsicImageView(image: AppAssets.timelineStarImage)