Skip to content

Commit

Permalink
Remove unused methods in dynamic header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
WenchaoD committed Dec 10, 2018
1 parent cda4593 commit b0653a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions FSCalendar/FSCalendarDynamicHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
@property (readonly, nonatomic) NSArray *visibleStickyHeaders;
@property (readonly, nonatomic) CGFloat preferredHeaderHeight;
@property (readonly, nonatomic) CGFloat preferredWeekdayHeight;
@property (readonly, nonatomic) UIView *bottomBorder;

@property (readonly, nonatomic) NSCalendar *gregorian;
@property (readonly, nonatomic) NSDateFormatter *formatter;
Expand All @@ -41,13 +40,9 @@

@property (assign, nonatomic) BOOL needsAdjustingViewFrame;

- (void)invalidateHeaders;
- (void)adjustMonthPosition;
- (void)configureAppearance;

- (BOOL)isPageInRange:(NSDate *)page;
- (BOOL)isDateInRange:(NSDate *)date;

- (CGSize)sizeThatFits:(CGSize)size scope:(FSCalendarScope)scope;

@end
Expand Down

0 comments on commit b0653a3

Please sign in to comment.