Skip to content

Commit

Permalink
[Remove] #221 - 필요 없는 파일 모두 제거 & 폴더링 일부 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
thingineeer committed Jan 12, 2025
1 parent 158ea66 commit 8e0124d
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 1,747 deletions.
83 changes: 12 additions & 71 deletions Terning-iOS/Terning-iOS.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import UIKit
import SnapKit
import Then

protocol UpcomingCardCellProtocol {
func upcomingCardDidTap(indexPath: Int)
}

final class ClosingJobAnnouncementCell: UICollectionViewCell {

// MARK: - Properties
Expand Down Expand Up @@ -187,6 +191,6 @@ extension ClosingJobAnnouncementCell {
@objc func upcomingCardDidTap() {
guard let internshipAnnouncementId = self.indexPath else { return }

delegate?.upcomingCardDidTap(index: internshipAnnouncementId)
delegate?.upcomingCardDidTap(indexPath: internshipAnnouncementId)
}
}
Loading

0 comments on commit 8e0124d

Please sign in to comment.