Javier Cicchelli eac34c61c1 [Framework] Feed item filtering in the Feed List view (#11)
This PR contains the work done to implement the filtering of the items shown in the `FeedListViewController` view controller by star rating.

Reviewed-on: #11
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
2024-03-20 21:35:46 +00:00

17 lines
294 B
Swift

//
// Bundle+Constants.swift
// ReviewsFeed
//
// Created by Javier Cicchelli on 20/03/2024.
// Copyright © 2024 Röck+Cöde. All rights reserved.
//
import Foundation
extension Bundle {
// MARK: Constants
static let module = Bundle(for: FeedItemViewController.self)
}