datasource.swift 69 B

1234
  1. public func getData() -> String {
  2. return "String from module."
  3. }