mirror of
https://github.com/zhigang1992/RxSwift.git
synced 2026-06-14 10:09:22 +08:00
16 lines
217 B
Swift
16 lines
217 B
Swift
//
|
|
// RxTests.swift
|
|
// Rx
|
|
//
|
|
// Created by Krunoslav Zaher on 12/19/15.
|
|
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
/**
|
|
Virtual time type.
|
|
*/
|
|
public typealias TestTime = Int
|
|
|