MeshEntryOrientations.swift 88 B

1234567
  1. import Foundation
  2. enum MeshEntryOrientations {
  3. case vertical
  4. case horizontal
  5. }