mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
5671fd2520
This reverts commit ebae75af00
.
17 lines
504 B
Objective-C
17 lines
504 B
Objective-C
//
|
|
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import "TSErrorMessage.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
// This is a deprecated class, we're keeping it around to avoid YapDB serialization errors
|
|
// TODO - remove this class, clean up existing instances, ensure any missed ones don't explode (UnknownDBObject)
|
|
__attribute__((deprecated)) @interface OWSUnknownContactBlockOfferMessage : TSErrorMessage
|
|
|
|
@property (nonatomic, readonly) NSString *contactId;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|