Я новичок в Swift
У меня есть два файла, сгенерированные RO Service Importer
- RPIntegraServicios_Intf.swift
- RPIntegraServicios_ServerAcess.swift
Обычно в C# я вызываю сервер с кодом:
RPIntegraServicios.RPIntegraService service = new RPIntegraServicios.RPIntegraService();
Date Fecha = servicio.getDate();
Но в Swift я не могу его получить.