MBNNOrientation.h 443 B

1234567891011121314
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. // NOLINTNEXTLINE(modernize-use-using)
  4. typedef NS_ENUM(NSInteger, MBNNOrientation)
  5. {
  6. MBNNOrientationNoOrientationOrUnknown = 0,
  7. MBNNOrientationWithLineDirection = 1,
  8. MBNNOrientationAgainstLineDirection = 2,
  9. MBNNOrientationBoth = 3
  10. } NS_SWIFT_NAME(Orientation);
  11. NSString* MBNNOrientationToString(MBNNOrientation orientation);