DelegateFlowLayout is not necessary

DelegateFlowLayout is not necessary
This commit is contained in:
Wenchao Ding 2015-04-01 09:27:17 +08:00
parent 1dc0d8ff98
commit e08f65dfd3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
@end
@interface FSCalendar ()<UICollectionViewDataSource, UICollectionViewDelegate, UICollectionViewDelegateFlowLayout>
@interface FSCalendar ()<UICollectionViewDataSource, UICollectionViewDelegate>
@property (strong, nonatomic) NSMutableArray *weekdays;