session-ios/SignalServiceKit/src/Messages/OWSAddToContactsOfferMessage.h

18 lines
386 B
C
Raw Normal View History

//
2018-09-28 01:40:51 +02:00
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "TSInfoMessage.h"
NS_ASSUME_NONNULL_BEGIN
@interface OWSAddToContactsOfferMessage : TSInfoMessage
2018-09-28 01:40:51 +02:00
+ (instancetype)addToContactsOfferMessage:(uint64_t)timestamp thread:(TSThread *)thread contactId:(NSString *)contactId;
@property (nonatomic, readonly) NSString *contactId;
@end
NS_ASSUME_NONNULL_END