4d8bbdc7ef
Add to Git the current app version (the same available in the OriginalZip folder)
17 lines
445 B
Objective-C
17 lines
445 B
Objective-C
//
|
|
// VersionePROViewController.h
|
|
// Earthquake Network
|
|
//
|
|
// Created by Luca Beretta on 16/10/18.
|
|
// Copyright © 2018 Luca Beretta. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface VersionePROViewController : UIViewController
|
|
@property (weak, nonatomic) IBOutlet UILabel *descrizioneAcquisto;
|
|
@property (weak, nonatomic) IBOutlet UILabel *prezzo_Acquisto;
|
|
@property (weak, nonatomic) IBOutlet UIButton *pilsanteAcquisto;
|
|
|
|
@end
|