ekramramu
6/22/2018 - 7:01 AM

compleationHandler5.swift

let compleationhandler:(Bool)->Void = { (sucess) in
    if sucess {
    print("Complete download data ")
    } else {
        print("Error")
    }
    
}