CalendarMonthCollectionViewLayout.h 279 B

1234567891011121314
  1. //
  2. // ETIAgendaMonthCollectionViewLayout.h
  3. // CalendarIOS7
  4. //
  5. // Created by Jerome Morissard on 3/5/14.
  6. // Copyright (c) 2014 Jerome Morissard. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CalendarMonthCollectionViewLayout : UICollectionViewFlowLayout
  10. @end