wip
This commit is contained in:
12
Workouts/Protocols/ListableItem.swift
Normal file
12
Workouts/Protocols/ListableItem.swift
Normal file
@ -0,0 +1,12 @@
|
||||
//
|
||||
// ListableItem.swift
|
||||
// Workouts
|
||||
//
|
||||
// Created by rzen on 7/13/25 at 10:40 AM.
|
||||
//
|
||||
// Copyright 2025 Rouslan Zenetl. All Rights Reserved.
|
||||
//
|
||||
|
||||
protocol ListableItem {
|
||||
var name: String { get set }
|
||||
}
|
Reference in New Issue
Block a user