[Framework] Feed Item coordinator #17
@ -0,0 +1,16 @@
|
|||||||
|
//
|
||||||
|
// FeedListCoordination.swift
|
||||||
|
// ReviewsFeed
|
||||||
|
//
|
||||||
|
// Created by Javier Cicchelli on 21/03/2024.
|
||||||
|
// Copyright © 2024 Röck+Cöde. All rights reserved.
|
||||||
|
//
|
||||||
|
|
||||||
|
import Foundation
|
||||||
|
|
||||||
|
protocol FeedListCoordination: AnyObject {
|
||||||
|
|
||||||
|
// MARK: Functions
|
||||||
|
func open(_ item: Review)
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user