Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitTransportThreadAlertClosed

@interface MMKMasstransitTransportThreadAlertClosed : NSObject

Thread is not operational on that day.

Summary

Class methods

+ (nonnull MMKMasstransitTransportThreadAlertClosed *)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 MMKMasstransitTransportThreadAlertClosed *)closedWithDummy:( BOOL)dummy;


Properties

dummy

@property (nonatomic, readonly) BOOL dummy;

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