Skip to content

Commit 82b9487

Browse files
committed
Just leave ExtensionInterface
1 parent 8878c64 commit 82b9487

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Sources/CEExtensionKit/ExtensionInterface.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,5 @@ import Foundation
99

1010
/// A protocol for extensions to conform to
1111
public protocol ExtensionInterface {
12-
}
13-
14-
public protocol ExtensionBuilderProtocol: NSObject {
15-
init()
16-
func build(withAPI api: ExtensionAPI) -> ExtensionInterface
12+
init(extensionAPI: ExtensionAPI)
1713
}

0 commit comments

Comments
 (0)