10 lines
133 B
Swift
10 lines
133 B
Swift
import Foundation
|
|
|
|
// MARK: - Bundleable
|
|
|
|
extension Bundle: Bundleable {}
|
|
|
|
// MARK: - Processable
|
|
|
|
extension Process: Processable {}
|