Signal-iOS/Signal/src/ViewControllers/DebugUI/DebugUISessionState.h
2021-10-21 09:21:31 -03:00

20 lines
244 B
Objective-C

//
// Copyright (c) 2021 Open Whisper Systems. All rights reserved.
//
#import "DebugUIPage.h"
#ifdef DEBUG
NS_ASSUME_NONNULL_BEGIN
@class TSContactThread;
@interface DebugUISessionState : DebugUIPage
@end
NS_ASSUME_NONNULL_END
#endif