mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-04 11:53:30 +01:00
6 lines
97 B
Swift
6 lines
97 B
Swift
import CXKit
|
|
|
|
extension XTool {
|
|
public static let version = String(cString: xtl_version())
|
|
}
|