4d8bbdc7ef
Add to Git the current app version (the same available in the OriginalZip folder)
14 lines
283 B
Objective-C
14 lines
283 B
Objective-C
//
|
|
// Cell_Meteo_TableViewCell.h
|
|
// Earthquake Network
|
|
//
|
|
// Created by Luca Beretta on 01/11/18.
|
|
// Copyright © 2018 Luca Beretta. All rights reserved.
|
|
//
|
|
|
|
#import "Cell_Reti_sismicheTableViewCell.h"
|
|
|
|
@interface Cell_Meteo_TableViewCell : Cell_Reti_sismicheTableViewCell
|
|
|
|
@end
|