Files
2021-03-11 20:23:18 +01:00

14 lines
240 B
Objective-C

//
// EQNLogViewController.h
// Earthquake Network
//
// Created by Luca Beretta on 01/12/18.
// Copyright © 2018 Luca Beretta. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface EQNLogViewController : UIViewController
@end