session-ios/Signal/src/view controllers/NotificationSettingsOptionsViewController.h
Frederic Jacobs 13448bdb2d Notifications enhancements.
- Tap to reply to a message.
- Badges application with the number of unread messages.
- Pick up a phone call from lock screen, or decline it.
- Settings for notification sounds while app in foreground and text displayed on local notifications.
2015-04-28 02:15:37 +02:00

14 lines
287 B
Objective-C

//
// NotificationSettingsOptionsViewController.h
// Signal
//
// Created by Frederic Jacobs on 24/04/15.
// Copyright (c) 2015 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface NotificationSettingsOptionsViewController : UITableViewController
@end