mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
refactor and cleanup [skip ci]
This commit is contained in:
17
submodules/Postbox/Sources/Table.swift
Normal file
17
submodules/Postbox/Sources/Table.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
import Foundation
|
||||
|
||||
open class Table {
|
||||
public final let valueBox: ValueBox
|
||||
public final let table: ValueBoxTable
|
||||
|
||||
public init(valueBox: ValueBox, table: ValueBoxTable) {
|
||||
self.valueBox = valueBox
|
||||
self.table = table
|
||||
}
|
||||
|
||||
open func clearMemoryCache() {
|
||||
}
|
||||
|
||||
open func beforeCommit() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user