Removed separator insets from layout code as they were no longer needed.

This commit is contained in:
Maurice Parker
2020-03-20 06:58:11 -05:00
parent 4d18c34759
commit 316e4e62b2
4 changed files with 1 additions and 10 deletions

View File

@@ -18,7 +18,6 @@ protocol MasterTimelineCellLayout {
var summaryRect: CGRect {get}
var feedNameRect: CGRect {get}
var dateRect: CGRect {get}
var separatorInsets: UIEdgeInsets {get}
}