Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does "startup()" do? #5

Open
otymartin opened this issue Sep 23, 2017 · 1 comment
Open

What does "startup()" do? #5

otymartin opened this issue Sep 23, 2017 · 1 comment

Comments

@otymartin
Copy link

otymartin commented Sep 23, 2017

@muukii

Because looking at the code the "AppVersionMonitor.sharedMonitor.startup()" function is empty.

open class AppVersionMonitor {   
...
    open func startup() {
          馃
    }
        
}
@fnolis
Copy link

fnolis commented Oct 14, 2017

Codewise nothing. Maybe it's there to give a user a reason to access the shared member, which then will be initialised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants