diff --git a/iOS/Sources/Presentation/Scene/Main/ClubAttend/View/Cell/ClubMemberListCell.swift b/iOS/Sources/Presentation/Scene/Main/ClubAttend/View/Cell/ClubMemberListCell.swift index 6157eaa1..17901b93 100644 --- a/iOS/Sources/Presentation/Scene/Main/ClubAttend/View/Cell/ClubMemberListCell.swift +++ b/iOS/Sources/Presentation/Scene/Main/ClubAttend/View/Cell/ClubMemberListCell.swift @@ -4,8 +4,6 @@ import Configure import RxSwift final class ClubMemberListCell: BaseTableViewCell { - static let identifier = "ClubMemberListCell" - override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) { super.init( style: style,