Позвоните в службу RemObjects в Swift Xcode - PullRequest
0 голосов
/ 17 февраля 2020

Я новичок в Swift

У меня есть два файла, сгенерированные RO Service Importer

- RPIntegraServicios_Intf.swift

- RPIntegraServicios_ServerAcess.swift

Обычно в C# я вызываю сервер с кодом:

  RPIntegraServicios.RPIntegraService service = new RPIntegraServicios.RPIntegraService();
  Date Fecha = servicio.getDate();

Но в Swift я не могу его получить.

...