MBXEventPriority_Internal.h 307 B

1234567891011
  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, MBXEventPriority)
  5. {
  6. MBXEventPriorityDeferred,
  7. MBXEventPriorityQueued,
  8. MBXEventPriorityImmediate
  9. } NS_SWIFT_NAME(EventPriority);