TXCacheProvider
@objc
public protocol TXCacheProvider
A protocol for classes that act as providers of cached translations (e.g. extracting them from a file)
-
Returns the translations from the current cache provider.
Declaration
Swift
func getTranslations() -> TXTranslations?