mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +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
|
||||
|
||||
Reference in New Issue
Block a user