diff options
Diffstat (limited to 'Sources/SwiftLVGL/Widgets')
-rw-r--r-- | Sources/SwiftLVGL/Widgets/LVGLButton.swift | 8 | ||||
-rw-r--r-- | Sources/SwiftLVGL/Widgets/LVGLLabel.swift | 8 | ||||
-rw-r--r-- | Sources/SwiftLVGL/Widgets/LVGLSlider.swift | 8 | ||||
-rw-r--r-- | Sources/SwiftLVGL/Widgets/LVGLSpinner.swift | 8 | ||||
-rw-r--r-- | Sources/SwiftLVGL/Widgets/LVGLSwitch.swift | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/Sources/SwiftLVGL/Widgets/LVGLButton.swift b/Sources/SwiftLVGL/Widgets/LVGLButton.swift new file mode 100644 index 0000000..a806437 --- /dev/null +++ b/Sources/SwiftLVGL/Widgets/LVGLButton.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Navan Chauhan on 8/9/24. +// + +import Foundation diff --git a/Sources/SwiftLVGL/Widgets/LVGLLabel.swift b/Sources/SwiftLVGL/Widgets/LVGLLabel.swift new file mode 100644 index 0000000..a806437 --- /dev/null +++ b/Sources/SwiftLVGL/Widgets/LVGLLabel.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Navan Chauhan on 8/9/24. +// + +import Foundation diff --git a/Sources/SwiftLVGL/Widgets/LVGLSlider.swift b/Sources/SwiftLVGL/Widgets/LVGLSlider.swift new file mode 100644 index 0000000..a806437 --- /dev/null +++ b/Sources/SwiftLVGL/Widgets/LVGLSlider.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Navan Chauhan on 8/9/24. +// + +import Foundation diff --git a/Sources/SwiftLVGL/Widgets/LVGLSpinner.swift b/Sources/SwiftLVGL/Widgets/LVGLSpinner.swift new file mode 100644 index 0000000..a806437 --- /dev/null +++ b/Sources/SwiftLVGL/Widgets/LVGLSpinner.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Navan Chauhan on 8/9/24. +// + +import Foundation diff --git a/Sources/SwiftLVGL/Widgets/LVGLSwitch.swift b/Sources/SwiftLVGL/Widgets/LVGLSwitch.swift new file mode 100644 index 0000000..a806437 --- /dev/null +++ b/Sources/SwiftLVGL/Widgets/LVGLSwitch.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Navan Chauhan on 8/9/24. +// + +import Foundation |