Make TimelineStringFormatter a struct rather than a class.
This commit is contained in:
parent
9c13950815
commit
b9032b295f
|
@ -10,7 +10,7 @@ import Foundation
|
||||||
import Articles
|
import Articles
|
||||||
import RSParser
|
import RSParser
|
||||||
|
|
||||||
class TimelineStringFormatter {
|
struct TimelineStringFormatter {
|
||||||
|
|
||||||
private static var feedNameCache = [String: String]()
|
private static var feedNameCache = [String: String]()
|
||||||
private static var titleCache = [String: String]()
|
private static var titleCache = [String: String]()
|
||||||
|
|
Loading…
Reference in New Issue