OnWeekChange typedef

OnWeekChange = void Function(int year, int month)

周视图切换

Implementation

typedef void OnWeekChange(int year, int month);