Production version
Add to Git the current app version (the same available in the OriginalZip folder)
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// Cell_Reti_sismicheTableViewCell.h
|
||||
// Earthquake Network
|
||||
//
|
||||
// Created by Luca Beretta on 01/11/18.
|
||||
// Copyright © 2018 Luca Beretta. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "Costanti.h"
|
||||
#import "EQNSisma.h"
|
||||
|
||||
@interface Cell_Reti_sismicheTableViewCell : UITableViewCell
|
||||
|
||||
@property (nonatomic, strong) EQNSisma *sisma;
|
||||
@property (nonatomic, weak) UIButton *mappaButton;
|
||||
@property (nonatomic, weak) UIButton *meteoButton;
|
||||
@property (nonatomic, weak) UIButton *chiudi;
|
||||
@property (nonatomic, weak) UIButton *condividi;
|
||||
@property (nonatomic, weak) UIButton *dettagliMappa;
|
||||
@property (nonatomic, weak) UIButton *clickMappa;
|
||||
|
||||
-(void)setupView;
|
||||
-(void)createOtherButton;
|
||||
-(void)condividiView;
|
||||
@end
|
||||
Reference in New Issue
Block a user