Signal-iOS/Signal/src/ViewControllers/DebugUI/DebugUIContacts.h
2018-10-12 16:20:03 -06:00

17 lines
236 B
Objective-C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import "DebugUIPage.h"
NS_ASSUME_NONNULL_BEGIN
@class CNContact;
@class OWSTableSection;
@interface DebugUIContacts : DebugUIPage
@end
NS_ASSUME_NONNULL_END