mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
refactor and cleanup [skip ci]
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import Foundation
|
||||
|
||||
public struct MutableMessageHistoryEntryAttributes: Equatable {
|
||||
public var authorIsContact: Bool
|
||||
|
||||
public init(authorIsContact: Bool) {
|
||||
self.authorIsContact = authorIsContact
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user