Sign in
dart
/
native
/
refs/heads/goderbauer-patch-2
/
.
/
pkgs
/
swift2objc
/
test
/
integration
/
time_interval_output.swift
blob: 3695d4800c523d49faf4cc1f71477374877246d3 [
file
] [
log
] [
blame
] [
edit
]
// Test preamble text
import
Foundation
@objc
public
class
GlobalsWrapper
:
NSObject
{
@objc
static
public
func timeIntervalFuncWrapper
(
t
:
TimeInterval
)
->
TimeInterval
{
return
timeIntervalFunc
(
t
:
t
)
}
}