// This file is generated and will be overwritten automatically. #import @class MBNNUpcomingRouteAlert; NS_SWIFT_NAME(RouteInfo) __attribute__((visibility ("default"))) @interface MBNNRouteInfo : NSObject // This class provides custom init which should be called - (nonnull instancetype)init NS_UNAVAILABLE; // This class provides custom init which should be called + (nonnull instancetype)new NS_UNAVAILABLE; - (nonnull instancetype)initWithAlerts:(nonnull NSArray *)alerts; @property (nonatomic, readonly, nonnull, copy) NSArray *alerts; @end