Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
forgot to make event public
Browse files Browse the repository at this point in the history
  • Loading branch information
TaniaGoswami committed Aug 7, 2018
1 parent 4ea6047 commit c36e2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snail/Scheduler.swift
Expand Up @@ -6,7 +6,7 @@ public class Scheduler {
let delay: TimeInterval
let repeats: Bool

let event = Observable<Void>()
public let event = Observable<Void>()
private var timer: Timer?

public init(_ delay: TimeInterval, repeats: Bool = true) {
Expand Down

0 comments on commit c36e2e7

Please sign in to comment.