// This file is generated and will be overwritten automatically. #import // NOLINTNEXTLINE(modernize-use-using) typedef NS_ENUM(NSInteger, MBNNOrientation) { MBNNOrientationNoOrientationOrUnknown = 0, MBNNOrientationWithLineDirection = 1, MBNNOrientationAgainstLineDirection = 2, MBNNOrientationBoth = 3 } NS_SWIFT_NAME(Orientation); NSString* MBNNOrientationToString(MBNNOrientation orientation);