We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c120222 commit 9abcd66Copy full SHA for 9abcd66
1 file changed
Sources/CEExtensionKit/ExtensionInterface.swift
@@ -12,6 +12,10 @@ public protocol ExtensionInterface {
12
}
13
14
open class ExtensionBuilder: NSObject {
15
+ required public override init() {
16
+ super.init()
17
+ }
18
+
19
/// Builds extension with API
20
/// - Parameter withAPI: the API implementation itself
21
open func build(withAPI api: ExtensionAPI) -> ExtensionInterface {
0 commit comments