session-ios/SignalServiceKit/src/TestUtils/OWSFakeNotificationsManager.h

18 lines
258 B
Objective-C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import "NotificationsProtocol.h"
NS_ASSUME_NONNULL_BEGIN
#ifdef DEBUG
@interface OWSFakeNotificationsManager : NSObject <NotificationsProtocol>
@end
#endif
NS_ASSUME_NONNULL_END