Skip to content

Commit 30dcc7f

Browse files
committed
chore/#40 :: 클래스명 수정
1 parent 38d2df7 commit 30dcc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhotoGether/PresentationLayer/PhotoRoomFeature/PhotoRoomFeature/Source/DataSource/ParticipantsCollectionViewDataSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public final class ParticipantsCollectionViewDataSource: UICollectionViewDiffabl
2727
) as? ParticipantsCollectionViewCell else {
2828
return UICollectionViewCell()
2929
}
30-
let placeHolderView = placeHolderView()
30+
let placeHolderView = PlaceHolderView()
3131
placeHolderView.setText("Photo Gether")
3232

3333
cell.setNickname(sectionItem.nickname)

0 commit comments

Comments
 (0)