Skip to content

Commit

Permalink
[Etc] 사용하지 않는 타입 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
bonoogi committed Oct 16, 2024
1 parent 0bb52cb commit 2af0d1a
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions BezierSwift/Sources/Components/Checkbox/BezierCheckboxTypes.swift
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
//
// File.swift
//
// BezierCheckboxTypes.swift
//
//
// Created by 구본욱 on 8/23/24.
//

import Foundation

// MARK: - BezierCheckboxVariant
public enum BezierCheckboxVariant {
case primary
case secondary
}

// MARK: - BezierCheckboxColor
public enum BezierCheckboxColor {
case green
Expand All @@ -25,8 +19,3 @@ public enum BezierCheckboxChecked {
case unchecked
case indeterminate
}

// MARK: - BezierCheckboxConfiguration
public protocol BezierCheckboxConfiguration {
var variant: BezierCheckboxVariant { get }
}

0 comments on commit 2af0d1a

Please sign in to comment.