Files
eqn.ios/Sources/Earthquake Network/Controllers/EQNBaseViewController.h
T

20 lines
317 B
Objective-C

//
// EQNBaseViewController.h
// Earthquake Network
//
// Created by Busi Andrea on 16/08/2020.
// Copyright © 2020 Earthquake Network. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface EQNBaseViewController : UIViewController
- (void)refreshUI;
@end
NS_ASSUME_NONNULL_END