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