expose collapse time for survival mode

This commit is contained in:
Pfeil, Scott Robert 2020-08-20 15:51:14 -04:00
parent 2a863506bd
commit c89c0f720a
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,8 @@
// A flag for if the top alert expandable view should collapse automatically after being expanded
@property (nonatomic) BOOL collapseAutomaticallyAfterExpanded;
@property (nonatomic) NSInteger collapseTime;
// Standard
- (nullable instancetype)initWithTopAlertObject:(nonnull MVMCoreTopAlertObject *)topAlertObject animationDelegate:(nullable id <MVMCoreTopAlertAnimationDelegateProtocol>)animationDelegate viewToLayout:(nonnull UIView *)viewTolayout;

View File

@ -32,8 +32,6 @@
@property (nullable, strong, nonatomic) NSLayoutConstraint *topConstraint;
@property (nullable, strong, nonatomic) NSLayoutConstraint *shortViewHeight;
@property (nonatomic) NSInteger collapseTime;
// Sets up the short view.
- (void)setupTopMessage:(nullable NSString *)topMessage;