Files
eqn.ios/Sources/Earthquake Network/ViewController/EQNRetiSismiViewController.h
T
2020-08-15 16:37:27 +02:00

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