Files
repo-backup-pwnders/source-code/ALTs/AltDaemon/main.swift
Thunder7yoshi 06a8d21b98 source-code
2020-06-09 23:38:02 +02:00

15 lines
237 B
Swift

//
// 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()
}