Skip to content
Snippets Groups Projects
Commit 0ed01da9 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Fix imports.

parent 26c224aa
No related branches found
Tags 1.26.0
No related merge requests found
......@@ -6,7 +6,7 @@
//
#if os(iOS) || os(tvOS)
import Foundation
import UIKit
public class Theme {
......
......@@ -6,7 +6,7 @@
//
#if os(iOS) || os(tvOS)
import Foundation
import UIKit
extension UIColor {
......
......@@ -6,7 +6,7 @@
//
#if os(iOS) || os(tvOS)
import Foundation
import UIKit
extension UIColor {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment