We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8878c64 commit 82b9487Copy full SHA for 82b9487
1 file changed
Sources/CEExtensionKit/ExtensionInterface.swift
@@ -9,9 +9,5 @@ import Foundation
9
10
/// A protocol for extensions to conform to
11
public protocol ExtensionInterface {
12
-}
13
-
14
-public protocol ExtensionBuilderProtocol: NSObject {
15
- init()
16
- func build(withAPI api: ExtensionAPI) -> ExtensionInterface
+ init(extensionAPI: ExtensionAPI)
17
}
0 commit comments