import UIKit

public protocol BrickModuleRegistrableViewController: AnyObject {
    var moduleRegistry: BrickModuleRegistry { get }
}