| 12345678910111213141516 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- // NOLINTNEXTLINE(modernize-use-using)
- typedef NS_ENUM(NSInteger, MBNNIncidentCongestionDescription)
- {
- MBNNIncidentCongestionDescriptionUnknown,
- MBNNIncidentCongestionDescriptionNone,
- MBNNIncidentCongestionDescriptionVeryLight,
- MBNNIncidentCongestionDescriptionLight,
- MBNNIncidentCongestionDescriptionModerate,
- MBNNIncidentCongestionDescriptionHeavy,
- MBNNIncidentCongestionDescriptionSevere,
- MBNNIncidentCongestionDescriptionStopped
- } NS_SWIFT_NAME(IncidentCongestionDescription);
|