Signal-iOS/Signal/src/ViewControllers/DebugUI/DebugUIScreenshots.h
2020-04-29 17:43:16 -03:00

18 lines
218 B
Objective-C

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