Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9ddfdf

Browse files
committed
update: Base - 调整base属性为变量
1 parent b09574e commit b9ddfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LXFProtocolTool/Classes/Base/Base.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

1010
public final class LXFNameSpace<Base> {
11-
public let base: Base
11+
public var base: Base
1212
public init(_ base: Base) {
1313
self.base = base
1414
}

0 commit comments

Comments
 (0)