xref: /third_party/gn/examples/ios/app/Bar.swift (revision 6d528ed9)
16d528ed9Sopenharmony_ci
26d528ed9Sopenharmony_ciimport Baz;
36d528ed9Sopenharmony_ci
46d528ed9Sopenharmony_cipublic class Greeter {
56d528ed9Sopenharmony_ci  public static func greet(greeting: String, name: String, from: String) -> String {
66d528ed9Sopenharmony_ci    return greeting + ", " + name + " (from " + from + ")";
76d528ed9Sopenharmony_ci  }
86d528ed9Sopenharmony_ci}
9