Swiftgram/TelegramCore/Account.swift
2016-08-09 00:23:43 +03:00

8 lines
79 B
Swift

import Foundation
public class Account {
public init() {
}
}