Defined the Core library in the package.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public struct SwiftLibs {
|
||||
public private(set) var text = "Hello, World!"
|
||||
|
||||
public init() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user