source-code
This commit is contained in:
14
source-code/ALTs/AltDaemon/main.swift
Normal file
14
source-code/ALTs/AltDaemon/main.swift
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// main.swift
|
||||
// AltDaemon
|
||||
//
|
||||
// Created by Riley Testut on 6/2/20.
|
||||
// Copyright © 2020 Riley Testut. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
autoreleasepool {
|
||||
ConnectionManager.shared.start()
|
||||
RunLoop.current.run()
|
||||
}
|
||||
Reference in New Issue
Block a user