Add custom modulemap
This commit is contained in:
Nikita Mikryukov 2025-04-10 11:20:38 +03:00
parent 5c12d8ce9e
commit bfe3fdacac
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
module FSCalendar {
header "FSCalendar.h"
header "FSCalendarAppearance.h"
header "FSCalendarCalculator.h"
header "FSCalendarCell.h"
header "FSCalendarCollectionView.h"
header "FSCalendarCollectionViewLayout.h"
header "FSCalendarConstants.h"
header "FSCalendarDelegationFactory.h"
header "FSCalendarDelegationProxy.h"
header "FSCalendarDynamicHeader.h"
header "FSCalendarExtensions.h"
header "FSCalendarHeaderView.h"
header "FSCalendarSeparatorDecorationView.h"
header "FSCalendarStickyHeader.h"
header "FSCalendarTransitionCoordinator.h"
header "FSCalendarWeekdayView.h"
export *
}