Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
Make IndefiniteObservable final so that it can't be subclassed.
Browse files Browse the repository at this point in the history
Reviewers: O4 Material Motion Apple platform reviewers, O2 Material Motion, markwei

Reviewed By: O4 Material Motion Apple platform reviewers, O2 Material Motion, markwei

Tags: #material_motion

Differential Revision: http://codereview.cc/D2119
  • Loading branch information
Jeff Verkoeyen committed Dec 6, 2016
1 parent 7ff9439 commit fd5869d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IndefiniteObservable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
}
*/
open class IndefiniteObservable<T> {
public final class IndefiniteObservable<T> {
public typealias Subscriber<T> = (ValueObserver<T>) -> (() -> Void)?

/** A subscriber is only invoked when subscribe is invoked. */
Expand Down

0 comments on commit fd5869d

Please sign in to comment.