session-ios/Signal/src/ViewControllers/NewContactThreadViewController.h
Matthew Chen fd4f00fa4d Rename new contact thread view.
// FREEBIE
2017-09-06 13:55:01 -04:00

14 lines
220 B
Objective-C

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import "OWSViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface NewContactThreadViewController : OWSViewController
@end
NS_ASSUME_NONNULL_END