4d8bbdc7ef
Add to Git the current app version (the same available in the OriginalZip folder)
19 lines
363 B
Objective-C
19 lines
363 B
Objective-C
//
|
|
// DettadliMenuTableViewController.h
|
|
// Earthquake Network
|
|
//
|
|
// Created by Luca Beretta on 08/01/2019.
|
|
// Copyright © 2019 Luca Beretta. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface DettadliMenuTableViewController : UITableViewController
|
|
@property (nonatomic, strong) NSArray *lista;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|