TableKit/Sources/LayoutType.swift

8 lines
60 B
Swift

public enum LayoutType {
case manual
case auto
}