Fix Steves remarks

This commit is contained in:
ismailgulek
2020-08-18 18:14:52 +03:00
parent 62da84554c
commit 43e19ba938
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import Foundation
@objcMembers
final class Section: NSObject {
var tag: Int
let tag: Int
var rows: [Row]
var headerTitle: String?