14 lines
252 B
Objective-C
14 lines
252 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>
|
|
|
|
@interface SegnalazioniViewController : UIViewController
|
|
|
|
@end
|