Skip to content

Commit

Permalink
[feat] #181 공유 여부 enum 구성
Browse files Browse the repository at this point in the history
- 공유 여부에 따라 화면 구성이 달라지는 형태로 바뀌기 때문에 새로 구성
  • Loading branch information
stealmh committed Jan 22, 2025
1 parent ac6f193 commit 40cef67
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// PokitCategoryShareType.swift
// Feature
//
// Created by 김민호 on 1/22/25.
//

import Foundation

public enum ShareType {
case 공유
case 미공유
}

0 comments on commit 40cef67

Please sign in to comment.