В
'nil' is not compatible with expected argument type 'ResponseObjectType’
Size: a a a
В
'nil' is not compatible with expected argument type 'ResponseObjectType’
ОГ
В
if ( ResponseObjectType.self == Optional<Any>.self ) {
request.successHandler(Optional<Any>.none as! ResponseObjectType)
return
}
В
В
ResponseObjectType
является Swift.OptionalВ
В
if ( ResponseObjectType.self is OptionalProtocol.Type ) {
request.successHandler(Optional<Any>.none as! ResponseObjectType)
return
}
В
В
M
В
В
В
M
DS
В
MS
DA
MS