forked from mirrors/linphone-iphone
12 lines
204 B
Objective-C
12 lines
204 B
Objective-C
//
|
|
// NotificationViewController.h
|
|
// richNotifications
|
|
//
|
|
// Created by David Idmansour on 22/06/2018.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface NotificationViewController : UITableViewController
|
|
|
|
@end
|