Defined the Randomable protocol in the library target.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
protocol Randomable: CaseIterable {
|
||||
|
||||
// MARK: Functions
|
||||
|
||||
static func random() -> Self
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user