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