Files
RxSwift/Playgrounds/Introduction.playground/Sources/SupportCode.swift
2015-06-26 01:36:29 +02:00

6 lines
125 B
Swift

public func example(description: String, action: () -> ()) {
println("\n--- \(description) example ---")
action()
}