2
0

Volto migration alerts.

This commit is contained in:
Maarten Billemont
2020-02-26 23:01:44 -05:00
parent 35e64ea9cf
commit f659c0936e
6 changed files with 147 additions and 18 deletions

View File

@@ -30,6 +30,8 @@
@property(nonatomic, strong) IBOutlet UIView *badNameTipContainer;
@property(nonatomic, strong) IBOutlet UIView *popdownView;
@property(nonatomic, strong) IBOutlet UIView *popdownContainer;
@property(nonatomic, strong) IBOutlet UIView *voltoInstallAlert;
@property(nonatomic, strong) IBOutlet UIView *voltoMigrateAlert;
@property(assign, nonatomic) BOOL active;
@@ -37,5 +39,6 @@
- (void)reloadSites;
- (IBAction)dismissPopdown:(id)sender;
- (IBAction)upgradeVolto:(UIButton *)sender;
@end