diff --git a/Yep/Views/Cells/Conversation/ConversationCell.swift b/Yep/Views/Cells/Conversation/ConversationCell.swift index 42422599..392ca394 100644 --- a/Yep/Views/Cells/Conversation/ConversationCell.swift +++ b/Yep/Views/Cells/Conversation/ConversationCell.swift @@ -34,6 +34,11 @@ class ConversationCell: UITableViewCell { @IBOutlet weak var chatLabel: UILabel! @IBOutlet weak var timeAgoLabel: UILabel! + deinit { + + NSNotificationCenter.defaultCenter().removeObserver(self) + } + override func awakeFromNib() { super.awakeFromNib() // Initialization code