luxlabs header browser preview


@interface _UIZoomEffectViewEntry : _UIVisualEffectViewEntry

@property (nonatomic) double zoomAmount;

- (void)applyRequestedEffectToView:(id)a0;
- (BOOL)shouldAnimateProperty:(id)a0;
- (BOOL)canTransitionToEffect:(id)a0;
- (void)convertToIdentity;
- (id)description;
- (void)applyIdentityEffectToView:(id)a0;
- (void)removeEffectFromView:(id)a0;

@end