luxlabs header browser preview


@class UIImageView, UILabel, CAShapeLayer;

@interface PLContactPhotoOverlay : UIView

@property (readonly, nonatomic) UIImageView *_avatarPreview;
@property (retain, nonatomic) CAShapeLayer *circularLayer;
@property (readonly, nonatomic) UILabel *titleLabel;
@property (readonly, nonatomic) struct UIEdgeInsets { double x0; double x1; double x2; double x3; } overlayEdgeInsets;

- (void)dealloc;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)layoutSubviews;
- (id)initWithCoder:(id)a0;
- (void)_commonPLContactPhotoOverlayInitialization;
- (void)beginAvatarTrackingFromImageView:(id)a0;
- (void)endAvatarTracking;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })inscribingBounds;

@end