Skip to content

Commit 9abcd66

Browse files
committed
Add initializer to ExtensionBuilder
1 parent c120222 commit 9abcd66

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Sources/CEExtensionKit/ExtensionInterface.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ public protocol ExtensionInterface {
1212
}
1313

1414
open class ExtensionBuilder: NSObject {
15+
required public override init() {
16+
super.init()
17+
}
18+
1519
/// Builds extension with API
1620
/// - Parameter withAPI: the API implementation itself
1721
open func build(withAPI api: ExtensionAPI) -> ExtensionInterface {

0 commit comments

Comments
 (0)