mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-11 05:45:56 +10:00
removeObserver
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user