17 lines
309 B
Objective-C
17 lines
309 B
Objective-C
//
|
|
// EQNRetiSismiViewController.h
|
|
// Earthquake Network
|
|
//
|
|
// Created by Luca Beretta on 25/10/18.
|
|
// Copyright © 2018 Luca Beretta. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "EQNTabControllerDelegate.h"
|
|
|
|
@interface EQNRetiSismiViewController : UIViewController
|
|
|
|
- (void)refreshUI;
|
|
|
|
@end
|