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

18 lines
218 B
Objective-C

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