From 796692f3268fd9766d09bda0b09e85fac5de1c11 Mon Sep 17 00:00:00 2001 From: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com> Date: Thu, 28 Jan 2021 22:22:13 -0800 Subject: [PATCH] Renaming --- Data Sources/TableViewDataSource.swift | 22 +++++----- Extensions/CollectionItem+Extensions.swift | 20 +++++----- Metatext.xcodeproj/project.pbxproj | 40 +++++++++---------- ...tCell.swift => AccountTableViewCell.swift} | 2 +- ....swift => ConversationTableViewCell.swift} | 2 +- ...Cell.swift => LoadMoreTableViewCell.swift} | 2 +- ....swift => NotificationTableViewCell.swift} | 2 +- ...stCell.swift => StatusTableViewCell.swift} | 2 +- 8 files changed, 46 insertions(+), 46 deletions(-) rename Views/{AccountListCell.swift => AccountTableViewCell.swift} (93%) rename Views/{ConversationListCell.swift => ConversationTableViewCell.swift} (92%) rename Views/{LoadMoreCell.swift => LoadMoreTableViewCell.swift} (92%) rename Views/{NotificationListCell.swift => NotificationTableViewCell.swift} (92%) rename Views/Status/{StatusListCell.swift => StatusTableViewCell.swift} (94%) diff --git a/Data Sources/TableViewDataSource.swift b/Data Sources/TableViewDataSource.swift index 848dd65..ec01300 100644 --- a/Data Sources/TableViewDataSource.swift +++ b/Data Sources/TableViewDataSource.swift @@ -18,18 +18,18 @@ final class TableViewDataSource: UITableViewDiffableDataSource