Files
eqn.ios/Sources/Earthquake Network/ViewController/ElencoFiltroEntiTableViewController.h
T
Andrea Busi 4d8bbdc7ef Production version
Add to Git the current app version (the same available in the OriginalZip folder)
2020-07-24 15:33:53 +02:00

25 lines
508 B
Objective-C

//
// ElencoFiltroEntiTableViewController.h
// Earthquake Network
//
// Created by Luca Beretta on 06/02/2019.
// Copyright © 2019 Luca Beretta. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "costanti.h"
NS_ASSUME_NONNULL_BEGIN
@protocol MenuListaEntiDelegate <NSObject>
-(void)inviaDatiLista:(EQNfiltroEnti )filtro;
@end
@interface ElencoFiltroEntiTableViewController : UITableViewController
@property (strong, nonatomic) id<MenuListaEntiDelegate> delegate;
@end
NS_ASSUME_NONNULL_END