Sign in
dart
/
native
/
refs/heads/goderbauer-patch-2
/
.
/
pkgs
/
swift2objc
/
test
/
integration
/
string_output.swift
blob: 1ab022b317e73ef29e0a1203cd45dcb57b9c4da3 [
file
] [
log
] [
blame
] [
edit
]
// Test preamble text
import
Foundation
@objc
public
class
GlobalsWrapper
:
NSObject
{
@objc
static
public
func greetWrapper
(
name
:
String
)
->
String
{
return
greet
(
name
:
name
)
}
}