4d8bbdc7ef
Add to Git the current app version (the same available in the OriginalZip folder)
20 lines
353 B
Objective-C
20 lines
353 B
Objective-C
//
|
|
// InformazioniViewController.h
|
|
// Earthquake Network
|
|
//
|
|
// Created by Luca Beretta on 11/02/2019.
|
|
// Copyright © 2019 Luca Beretta. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface InformazioniViewController : UIViewController
|
|
|
|
@property (nonatomic, strong) NSIndexPath *index;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|