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)
}
}