Default screen with cards on it working
This commit is contained in:
		
							
								
								
									
										20
									
								
								Set/Uniqueness.swift
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								Set/Uniqueness.swift
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| // | ||||
| //  Shading.swift | ||||
| //  Set | ||||
| // | ||||
| //  Created by Oliver Hnát on 08.04.2023. | ||||
| // | ||||
|  | ||||
| import Foundation | ||||
|  | ||||
| enum CardShading: CaseIterable { | ||||
|     case solid | ||||
|     case striped | ||||
|     case open | ||||
| } | ||||
|  | ||||
| enum CardSymbol: CaseIterable { | ||||
|     case diamond | ||||
|     case squiggles | ||||
|     case oval | ||||
| } | ||||
		Reference in New Issue
	
	Block a user