Files
eqn.ios/Sources/Earthquake Network/Controllers/Reports/SegnalazioniViewController.h
T
2020-11-14 15:08:23 +01:00

16 lines
301 B
Objective-C

//
// SegnalazioniViewController.h
// Earthquake Network
//
// Refactored by Andrea Busi on 04/10/2020
// Copyright © 2020 Earthquake Network. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "EQNBaseViewController.h"
@interface SegnalazioniViewController : EQNBaseViewController
@end