Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 22
Línea 7... Línea 7...
7
 
7
 
Línea 8... Línea 8...
8
 
8
 
9
import SwiftUI
9
import SwiftUI
10
 
10
 
Línea 11... Línea 11...
11
struct ImageCacheKey: EnvironmentKey {
11
struct ImageCacheKey: EnvironmentKey {
12
    static let defaultValue: ImageCache = TemporaryImageCache()
12
    static let defaultValue: ImageCache = ImageCache.sharedInstance    //TemporaryImageCache()
13
}
13
}