16 lines
301 B
Objective-C
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
|