MBXDeferredDeliveryRequestOptions_Internal.h 379 B

123456789101112131415
  1. // This file is generated and will be overwritten automatically.
  2. #import <Foundation/Foundation.h>
  3. NS_SWIFT_NAME(DeferredDeliveryRequestOptions)
  4. __attribute__((visibility ("default")))
  5. @interface MBXDeferredDeliveryRequestOptions : NSObject
  6. - (nonnull instancetype)init;
  7. - (nonnull instancetype)initWithTtl:(uint64_t)ttl;
  8. @property (nonatomic, readonly) uint64_t ttl;
  9. @end