session-ios/Signal/src/ViewControllers/DebugUI/DebugUISessionState.h
2017-06-07 10:56:23 -04:00

16 lines
298 B
Objective-C

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
NS_ASSUME_NONNULL_BEGIN
@class TSContactThread;
@class OWSTableSection;
@interface DebugUISessionState : NSObject
+ (OWSTableSection *)sectionForContactThread:(TSContactThread *)contactThread;
@end
NS_ASSUME_NONNULL_END