MMKMasstransitTransportThreadAlertClosed
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKMasstransitTransportThreadAlertClosed : NSObject |
Thread is not operational on that day.
Summary
Class methods
|
+ (nonnull MMKMasstransitTransportThreadAlertClosed *)closedWithDummy:( BOOL)dummy; |
Properties
|
@property (nonatomic, readonly) BOOL dummy; |
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.