session-ios/SignalServiceKit/src/Messages/Interactions/TSErrorMessage_privateConstructor.h

20 lines
451 B
C
Raw Normal View History

2015-12-07 03:31:43 +01:00
//
2018-06-07 07:57:59 +02:00
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
2015-12-07 03:31:43 +01:00
//
#import "TSErrorMessage.h"
NS_ASSUME_NONNULL_BEGIN
2015-12-07 03:31:43 +01:00
@interface TSErrorMessage ()
- (instancetype)initWithTimestamp:(uint64_t)timestamp
inThread:(nullable TSThread *)thread
failedMessageType:(TSErrorMessageType)errorMessageType NS_DESIGNATED_INITIALIZER;
2015-12-07 03:31:43 +01:00
2018-06-07 07:57:59 +02:00
@property (atomic, nullable) NSData *envelopeData;
2015-12-07 03:31:43 +01:00
2018-09-28 01:40:51 +02:00
@end
NS_ASSUME_NONNULL_END