// // NotificationViewController.h // EQNNotificationContent // // Created by Luca Beretta on 03/01/2019. // Copyright © 2019 Luca Beretta. All rights reserved. // #import #import @interface NotificationViewController : UIViewController @property (weak, nonatomic) IBOutlet UILabel *titolo; @property (weak, nonatomic) IBOutlet UILabel *descrizione; @property (weak, nonatomic) IBOutlet UILabel *onda; @property (weak, nonatomic) IBOutlet MKMapView *mappa; @end