Skip to content

Commit ac45d33

Browse files
committed
Use NSObject
1 parent 3cbc9f2 commit ac45d33

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Sources/CEExtensionKit/ExtensionInterface.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ import Foundation
1111
public protocol ExtensionInterface {
1212
}
1313

14-
open class ExtensionBuilder {
15-
16-
public init() {}
17-
14+
open class ExtensionBuilder: NSObject {
1815
/// Builds extension with API
1916
/// - Parameter withAPI: the API implementation itself
2017
open func build(withAPI api: ExtensionAPI) -> ExtensionInterface {

0 commit comments

Comments
 (0)