mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 15:05:20 +00:00
Perf: Add final to classes that are not inherited (#574)
This commit is contained in:
@@ -10,7 +10,7 @@ import Foundation
|
||||
import Security
|
||||
import os.log
|
||||
|
||||
class KeychainManager {
|
||||
final class KeychainManager {
|
||||
static let shared = KeychainManager()
|
||||
|
||||
// Use consistent service name for all keychain items
|
||||
|
||||
Reference in New Issue
Block a user