https://developer.apple.com/documentation/uikit/uitableviewdiffabledatasourcereference
"The Swift representation of the Objective-C object you use to manage data and provide items for a table view."
테이블 뷰에 대한 데이터 관리 및 아이템 제공을 위해 사용하는 Objective-C 객체의 스위프트 표현입니다.
@MainActor class UITableViewDiffableDataSourceReference : NSObject
Important
스위프트 코드베이스로 작업하는 경우 항상UITableViewDiffableDataSource
를 사용해야 합니다.
UITableViewDiffableDataSource
https://developer.apple.com/documentation/uikit/uitableviewdiffabledatasource
https://velog.io/@panther222128/UITableViewDiffableDataSource