14 lines
240 B
Objective-C
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
|