luxlabs header browser preview


@class UITableViewCell, CUIKCalendarModel;

@interface EKEventProposeNewTimeItem : EKEventDetailItem {
    UITableViewCell *_cell;
    BOOL _cellNeedsUpdate;
    CUIKCalendarModel *_model;
}

+ (BOOL)eventShowsProposeTime:(id)a0;

- (id)cellForSubitemAtIndex:(unsigned long long)a0;
- (id)initWithModel:(id)a0;
- (void)reset;
- (void)_updateCellIfNeededForWidth:(double)a0;
- (id)detailViewControllerWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 forSubitemAtIndex:(unsigned long long)a1;
- (void).cxx_destruct;
- (void)setCellPosition:(int)a0;
- (BOOL)configureWithCalendar:(id)a0 preview:(BOOL)a1;

@end