Production version
Add to Git the current app version (the same available in the OriginalZip folder)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// MenuFiltroEntiViewController.h
|
||||
// Earthquake Network
|
||||
//
|
||||
// Created by Luca Beretta on 09/03/2019.
|
||||
// Copyright © 2019 Luca Beretta. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@protocol MenuFiltroEntiDelegate <NSObject>
|
||||
|
||||
-(void)aggiornaFiltro;
|
||||
@end
|
||||
|
||||
@interface MenuFiltroEntiViewController : UIViewController
|
||||
@property (strong, nonatomic) id<MenuFiltroEntiDelegate> delegate;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user