session-ios/Signal/src/environment/NotificationsManager.h
2018-05-10 17:11:42 -04:00

29 lines
513 B
Objective-C

//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import "OWSCallNotificationsAdaptee.h"
#import <SignalServiceKit/NotificationsProtocol.h>
NS_ASSUME_NONNULL_BEGIN
@class OWSContactsManager;
@class OWSPreferences;
@class SignalCall;
@class TSCall;
@class TSContactThread;
@interface NotificationsManager : NSObject <NotificationsProtocol, OWSCallNotificationsAdaptee>
- (void)clearAllNotifications;
#ifdef DEBUG
+ (void)presentDebugNotification;
#endif
@end
NS_ASSUME_NONNULL_END