AppVersionMonitor icon indicating copy to clipboard operation
AppVersionMonitor copied to clipboard

What does "startup()" do?

Open otymartin opened this issue 6 years ago • 1 comments

@muukii

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

open class AppVersionMonitor {   
...
    open func startup() {
          🤔
    }
        
}

otymartin avatar Sep 23 '17 15:09 otymartin