session-ios/Signal/src/environment/NotificationsManager.h

27 lines
481 B
C
Raw Normal View History

2017-03-23 14:55:39 +01:00
//
2018-05-10 19:55:31 +02:00
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
2017-03-23 14:55:39 +01:00
//
#import "OWSCallNotificationsAdaptee.h"
2016-04-08 09:47:41 +02:00
#import <SignalServiceKit/NotificationsProtocol.h>
NS_ASSUME_NONNULL_BEGIN
@class OWSContactsManager;
@class OWSPreferences;
2017-11-06 18:37:15 +01:00
@class SignalCall;
@class TSCall;
@class TSContactThread;
@interface NotificationsManager : NSObject <NotificationsProtocol, OWSCallNotificationsAdaptee>
2018-05-10 19:55:31 +02:00
#ifdef DEBUG
+ (void)presentDebugNotification;
#endif
@end
NS_ASSUME_NONNULL_END