NotificationCenter.default.addObserver(self, selector: #selector(setupCollectedBooks), name: NSNotification.Name(rawValue: ANN9NotificationName_Collected_Book), object: nil)
NotificationCenter.default.post(name: NSNotification.Name(rawValue: ANN9NotificationName_Collected_Book), object: nil)
网友评论