Skip to content

Commit

Permalink
Add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Borinschi committed Nov 19, 2024
1 parent fdf5a45 commit 6c1e27c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DSKit/Sources/DSKit/Appearances/BlueAppearance.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2021 Borinschi Ivan. All rights reserved.
//

import Foundation

public class BlueAppearance: DSAppearance {

public var title: String
Expand Down
2 changes: 2 additions & 0 deletions DSKit/Sources/DSKit/Appearances/DSKitAppearance.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2021 Borinschi Ivan. All rights reserved.
//

import Foundation

public struct LightBlueAppearance: DSAppearance {

public var title: String
Expand Down
2 changes: 2 additions & 0 deletions DSKit/Sources/DSKit/Appearances/DarkAppearance.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2021 Borinschi Ivan. All rights reserved.
//

import Foundation

public class DarkAppearance: DSAppearance {

public var title: String
Expand Down
2 changes: 2 additions & 0 deletions DSKit/Sources/DSKit/Appearances/PeachAppearance.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2021 Borinschi Ivan. All rights reserved.
//

import Foundation

public class PeachAppearance: DSAppearance {

public var title: String
Expand Down
2 changes: 2 additions & 0 deletions DSKit/Sources/DSKit/Appearances/RetroAppearance.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2021 Borinschi Ivan. All rights reserved.
//

import Foundation

public final class RetroAppearance: DSAppearance {

public var title: String
Expand Down

0 comments on commit 6c1e27c

Please sign in to comment.