6 lines
84 B
Swift
6 lines
84 B
Swift
import Foundation
|
|
|
|
let service = RootHelperService()
|
|
service.start()
|
|
dispatchMain()
|