4d8bbdc7ef
Add to Git the current app version (the same available in the OriginalZip folder)
18 lines
317 B
Objective-C
18 lines
317 B
Objective-C
//
|
|
// RetiSismicheTableViewController.h
|
|
// Earthquake Network
|
|
//
|
|
// Created by Luca Beretta on 13/01/2019.
|
|
// Copyright © 2019 Luca Beretta. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface RetiSismicheTableViewController : UITableViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|