MMMLayoutDirection

Objective-C

NS_ENUM(NSInteger, MMMLayoutDirection) {
	MMMLayoutDirectionHorizontal,
	MMMLayoutDirectionVertical
}

Swift

enum MMMLayoutDirection : Int, @unchecked Sendable

Undocumented