luxlabs header browser preview


@class UIColor, NSArray, UIActivityIndicatorView, NSMutableArray, UIViewController;

@interface EKEventDetailAttendeesListView : UIView {
    long long _statusCounts[4];
    long long _firstColumnBType;
    double _maxHeight;
    double _actualHeight;
    NSMutableArray *_inviteeNames;
    BOOL _shouldEvenOutBlocks;
    NSArray *_finalizedNames;
    UIActivityIndicatorView *_spinnerView;
    BOOL _showingSpinner;
}

@property (retain, nonatomic) NSArray *ungrouped;
@property (retain, nonatomic) UIColor *textColor;
@property (retain, nonatomic) UIColor *highlightedTextColor;
@property (nonatomic, getter=isHighlighted) BOOL highlighted;
@property (nonatomic) BOOL groupsNames;
@property (weak, nonatomic) UIViewController *viewController;
@property (nonatomic) double bottomSpacingForSpinner;
@property (readonly, nonatomic) long long columnAItems;
@property (readonly, nonatomic) long long columnBItems;

- (void)dealloc;
- (struct CGSize { double x0; double x1; })intrinsicContentSize;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)drawRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (double)maxHeight;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (void)setup;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;
- (void)showSpinner;
- (double)maxColumnHeight;
- (double)_calculateHeightForItemCounts:(long long[4])a0;
- (double)_calculateHeightForSpinnerDisplayMode;
- (void)_createSpinnerViewIfNeeded;
- (BOOL)_haveContentToDraw;
- (BOOL)_haveInviteesToDraw;
- (void)_layoutSpinner;
- (void)_setShowingSpinner:(BOOL)a0;
- (BOOL)_shouldAlwaysDrawSingleColumn;
- (double)calculatedHeight;
- (void)contentSizeCategoryChanged;
- (void)drawNames:(id)a0;
- (void)finalizeInviteNames;
- (id)generateAttributedStringsFromDisplayParticipants:(id)a0 glyph:(id)a1 displayCount:(long long)a2;
- (void)recalculateHeight;
- (void)setInvitees:(id)a0 forStatus:(long long)a1;

@end