Move Spectre migration dialogs fully global & make closeable.
This commit is contained in:
@@ -36,11 +36,13 @@
|
||||
@property(weak, nonatomic) IBOutlet UIButton *previousAvatarButton;
|
||||
@property(weak, nonatomic) IBOutlet NSLayoutConstraint *keyboardHeightConstraint;
|
||||
@property(weak, nonatomic) IBOutlet UIView *spectreInstallAlert;
|
||||
@property(weak, nonatomic) IBOutlet UIView *spectreMigrateAlert;
|
||||
|
||||
@property(assign, nonatomic, readonly) BOOL active;
|
||||
|
||||
- (void)setActive:(BOOL)active animated:(BOOL)animated;
|
||||
- (IBAction)changeAvatar:(UIButton *)sender;
|
||||
- (IBAction)upgradeSpectre:(UIButton *)sender;
|
||||
- (IBAction)dismissSpectre:(UIButton *)sender;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user