Implemented the Processable protocol in the library target and conformed the Process object to it.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import Foundation
|
||||
|
||||
// MARK: - Processable
|
||||
|
||||
extension Process: Processable {}
|
||||
Reference in New Issue
Block a user