mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 23:47:44 +02:00
Fix Steves remarks
This commit is contained in:
@@ -19,7 +19,7 @@ import Foundation
|
||||
@objcMembers
|
||||
final class Row: NSObject {
|
||||
|
||||
var tag: Int
|
||||
let tag: Int
|
||||
|
||||
init(withTag tag: Int) {
|
||||
self.tag = tag
|
||||
|
||||
@@ -19,7 +19,7 @@ import Foundation
|
||||
@objcMembers
|
||||
final class Section: NSObject {
|
||||
|
||||
var tag: Int
|
||||
let tag: Int
|
||||
var rows: [Row]
|
||||
var headerTitle: String?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user