27 lines
676 B
Objective-C
27 lines
676 B
Objective-C
//
|
|
// Copyright 2018 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
//
|
|
|
|
#import <SignalServiceKit/TSErrorMessage.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
// TODO: Remove this class, clean up existing instances, and ensure any
|
|
// missed ones don't explode (UnknownDBObject).
|
|
|
|
// This is a deprecated class. We're keeping it around to avoid YapDB
|
|
// serialization errors.
|
|
/* DEPRECATED */ @interface OWSUnknownContactBlockOfferMessage : TSErrorMessage
|
|
|
|
// --- CODE GENERATION MARKER
|
|
|
|
// This snippet is generated by /Scripts/sds_codegen/sds_generate.py. Do not manually edit it, instead run
|
|
// `sds_codegen.sh`.
|
|
|
|
|
|
// --- CODE GENERATION MARKER
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|