14 lines
266 B
Objective-C
14 lines
266 B
Objective-C
//
|
|
// NotificationViewController.h
|
|
// EQNNotificationContent
|
|
//
|
|
// Refactored by Andrea Busi on 14/10/2020.
|
|
// Copyright © 2020 Earthquake Network. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface NotificationViewController : UIViewController
|
|
|
|
@end
|