MBNNWeather.h 293 B

123456789101112
  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, MBNNWeather)
  5. {
  6. MBNNWeatherRain,
  7. MBNNWeatherSnow,
  8. MBNNWeatherFog,
  9. MBNNWeatherWetRoad
  10. } NS_SWIFT_NAME(Weather);