MBNNIncidentCongestionDescription.h 614 B

12345678910111213141516
  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, MBNNIncidentCongestionDescription)
  5. {
  6. MBNNIncidentCongestionDescriptionUnknown,
  7. MBNNIncidentCongestionDescriptionNone,
  8. MBNNIncidentCongestionDescriptionVeryLight,
  9. MBNNIncidentCongestionDescriptionLight,
  10. MBNNIncidentCongestionDescriptionModerate,
  11. MBNNIncidentCongestionDescriptionHeavy,
  12. MBNNIncidentCongestionDescriptionSevere,
  13. MBNNIncidentCongestionDescriptionStopped
  14. } NS_SWIFT_NAME(IncidentCongestionDescription);