Swiftgram/Postbox/ContactTable.swift
2016-08-09 00:23:02 +03:00

10 lines
115 B
Swift

import Foundation
final class ContactTable: Table {
override func beforeCommit() {
}
}