16 lines
292 B
Objective-C
16 lines
292 B
Objective-C
//
|
|
// SegnalazioniViewController.h
|
|
// Earthquake Network
|
|
//
|
|
// Created by Luca Beretta on 17/10/18.
|
|
// Copyright © 2018 Luca Beretta. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "EQNBaseViewController.h"
|
|
|
|
|
|
@interface SegnalazioniViewController : EQNBaseViewController
|
|
|
|
@end
|