1.首先先添加响应者
NotificationCenter.default.addObserver(self, selector: #selector(change), name: NSNotification.Name(rawValue:"kNotiAddPhoto"), object: nil)
2.发送通知NotificationCenter.default.post(name: NSNotification.Name(rawValue: "kNotiAddPhoto"), object: nil)