Warning

This feature is available in the Full MapKit SDK version

YMKMasstransitTransportThreadAlertClosed

@interface YMKMasstransitTransportThreadAlertClosed : NSObject

Thread is not operational on that day.

Summary

Class methods

+ (nonnull YMKMasstransitTransportThreadAlertClosed *)closedWithDummy:( BOOL)dummy;

Properties

@property (nonatomic, readonly) BOOL dummy;
Dummy field which is used here because IDL does not support structs without fields

Class methods

closedWithDummy:

+ (nonnull YMKMasstransitTransportThreadAlertClosed *)closedWithDummy:( BOOL)dummy;


Properties

dummy

@property (nonatomic, readonly) BOOL dummy;

Dummy field which is used here because IDL does not support structs without fields.