session-ios/Session/Signal/OWSAddToContactViewControll...

16 lines
288 B
Objective-C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import "OWSTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface OWSAddToContactViewController : OWSTableViewController
- (void)configureWithRecipientId:(NSString *)recipientId;
@end
NS_ASSUME_NONNULL_END