17 lines
236 B
Objective-C
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
|