refactor: Improve style and code for log controller

This commit is contained in:
Andrea Busi
2021-03-11 20:21:51 +01:00
parent e9b0343be7
commit c00a29a222
6 changed files with 73 additions and 95 deletions
@@ -0,0 +1,13 @@
//
// 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