Skip to content

Commit

Permalink
Merge pull request #3 from imodeveloperlab/development
Browse files Browse the repository at this point in the history
Add imports
  • Loading branch information
imodeveloper authored Nov 19, 2024
2 parents 76d8619 + 6c1e27c commit a31166b
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 a31166b

Please sign in to comment.