6 lines
77 B
Swift
6 lines
77 B
Swift
|
import Foundation
|
||
|
|
||
|
// MARK: - Processable
|
||
|
|
||
|
extension Process: Processable {}
|