14 lines
180 B
Objective-C
14 lines
180 B
Objective-C
//
|
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#import "TSRecipient.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@implementation TSRecipient
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|