fix: file creator prefix removed
This commit is contained in:
parent
f230add1ed
commit
f60a443eed
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
import Foundation
|
||||
|
||||
public struct TIFileCreator {
|
||||
public struct FileCreator {
|
||||
|
||||
public var fileName: String
|
||||
public var fileExtension: String
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ open class LogsStorageViewModel {
|
|||
}
|
||||
}
|
||||
|
||||
public var fileCreator: TIFileCreator?
|
||||
public var fileCreator: FileCreator?
|
||||
weak public var logsListView: LogsListViewOutput?
|
||||
|
||||
public init() { }
|
||||
|
|
|
|||
Loading…
Reference in New Issue