mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 19:09:56 +00:00
8 lines
79 B
Swift
8 lines
79 B
Swift
import Foundation
|
|
|
|
public class Account {
|
|
public init() {
|
|
|
|
}
|
|
}
|