#selector(xiuGaiNote(_:))
@objc func xiuGaiNote(_ note:Notification) -> Void {
let dic = note.userInfo
indexPath = dic!["indexPath"] as! IndexPath
xiuGai()
}
#selector(xiuGaiNote(_:))
@objc func xiuGaiNote(_ note:Notification) -> Void {
let dic = note.userInfo
indexPath = dic!["indexPath"] as! IndexPath
xiuGai()
}