Skip to content

Commit

Permalink
[Add] #455 - 홍보 셀 및 Footer Register
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwogus0128 committed Nov 28, 2024
1 parent 0d05b0b commit d6f0031
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ extension HomeForMemberVC {
forCellWithReuseIdentifier: AppServiceCardCVC.className)
self.collectionView.register(InsightCardCVC.self,
forCellWithReuseIdentifier: InsightCardCVC.className)
self.collectionView.register(AnnouncementCardCVC.self,
forCellWithReuseIdentifier: AnnouncementCardCVC.className)

/// Footer
self.collectionView.register(AnnouncementPageContolFooterView.self,
forSupplementaryViewOfKind: UICollectionView.elementKindSectionFooter,
withReuseIdentifier: AnnouncementPageContolFooterView.className)
}
}

Expand Down

0 comments on commit d6f0031

Please sign in to comment.