RxSwift/Rx/RxTests/TestImplementations/Mocks/TestObservable.swift

15 lines
317 B
Swift

//
// TestObservable.swift
// Rx
//
// Created by Krunoslav Zaher on 2/14/15.
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
//
import Foundation
import Rx
/*protocol TestObservable : Observable {
var subscriptions: [Subscription] { get }
var recordedEvents: [Recorded<Element>] { get }
}*/