Skip to content

Commit a0bfe80

Browse files
committed
Add TargetConvertable
1 parent 799a65f commit a0bfe80

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
//
2-
// File.swift
3-
//
4-
//
5-
// Created by Jihoonahn on 1/28/24.
6-
//
1+
import ProjectDescription
72

8-
import Foundation
3+
/// Target Convertable Protocol
4+
public protocol TargetConvertable {
5+
func build() -> Target
6+
}

0 commit comments

Comments
 (0)