luxlabs header browser preview


@class HKDateCache, HKCalendarDayCell, NSDate, UIView, NSMutableArray;
@protocol HKCalendarMonthTitleFormatting, HKCalendarWeekViewDelegate;

@interface HKCalendarWeekView : UIView

@property (retain, nonatomic) UIView<HKCalendarMonthTitleFormatting> *monthTitleView;
@property (nonatomic) double dateTopMargin;
@property (nonatomic) double dateBottomMargin;
@property (nonatomic) double leadingMargin;
@property (nonatomic) double monthTitleTopMargin;
@property (nonatomic) double monthTitleBottomMargin;
@property (nonatomic) double dateDiameter;
@property (nonatomic) double additionalSpacingPerRow;
@property (readonly, nonatomic) HKDateCache *dateCache;
@property (copy, nonatomic) NSDate *monthWeekStart;
@property (weak, nonatomic) id<HKCalendarWeekViewDelegate> delegate;
@property (readonly, copy, nonatomic) NSMutableArray *dayCells;
@property (nonatomic) long long firstDayOfMonthCellIndex;
@property (nonatomic) long long pressedDayOfWeek;
@property (retain, nonatomic) HKCalendarDayCell *pressedDayCell;

- (void)touchesCancelled:(id)a0 withEvent:(id)a1;
- (Class)cellClass;
- (void)touchesBegan:(id)a0 withEvent:(id)a1;
- (double)preferredHeight;
- (id)description;
- (void).cxx_destruct;
- (void)touchesEnded:(id)a0 withEvent:(id)a1;
- (BOOL)containsDate:(id)a0;
- (void)touchesMoved:(id)a0 withEvent:(id)a1;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;
- (BOOL)supportsRTL;
- (id)initWithDateCache:(id)a0;
- (Class)monthTitleClass;
- (void)pressedOnCalendarDay:(long long)a0 cell:(id)a1 down:(BOOL)a2;
- (id)_getDayCellWithTouchLocation:(struct CGPoint { double x0; double x1; })a0;
- (id)_getDayCellWithTouches:(id)a0;
- (BOOL)containsMonthTitle;
- (id)currentWeekStartDate;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })frameForDayCell:(id)a0;
- (id)nextWeekStartDate;
- (id)previousWeekStartDate;
- (void)reloadCells;
- (void)selectedCalendarDay:(id)a0;

@end