fix: file creator prefix removed

This commit is contained in:
Nikita Semenov 2022-10-04 15:32:42 +03:00
parent f230add1ed
commit f60a443eed
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
import Foundation
public struct TIFileCreator {
public struct FileCreator {
public var fileName: String
public var fileExtension: String

View File

@ -56,7 +56,7 @@ open class LogsStorageViewModel {
}
}
public var fileCreator: TIFileCreator?
public var fileCreator: FileCreator?
weak public var logsListView: LogsListViewOutput?
public init() { }