session-ios/Signal/src/ViewControllers/NewContactThreadViewController.h
2018-03-01 15:38:59 -05:00

14 lines
236 B
Objective-C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import <SignalMessaging/OWSViewController.h>
NS_ASSUME_NONNULL_BEGIN
@interface NewContactThreadViewController : OWSViewController
@end
NS_ASSUME_NONNULL_END