Files
Lightbox/Source/Library/LayoutConfigurable.swift
T

5 lines
69 B
Swift

protocol LayoutConfigurable: AnyObject {
func configureLayout()
}