mirror of
https://github.com/zhigang1992/RxSwift.git
synced 2026-06-15 18:48:05 +08:00
6 lines
125 B
Swift
6 lines
125 B
Swift
|
|
|
|
public func example(description: String, action: () -> ()) {
|
|
println("\n--- \(description) example ---")
|
|
action()
|
|
} |