Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 11 | Rev 36 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 17
Línea 8... Línea 8...
8
import Foundation
8
import Foundation
Línea 9... Línea 9...
9
 
9
 
10
 
-
 
-
 
10
 
11
 
11
 
-
 
12
class MyCapsulesInProgressViewModel: ObservableObject {
12
class MyCapsulesInProgressViewModel: ObservableObject {
13
    
13
    let appDao = AppDao.sharedInstance
14
    @Published var capsule : CapsuleModel = CapsuleModel()
14
    @Published var capsule : CapsuleModel = CapsuleModel()
15
    private var appData = AppData.sharedInstance
15
 
16
    
Línea 16... Línea 17...
16
    init() {
17
    init() {
17
        fetch()
18
        fetch()
18
    }
-
 
19
    
19
    }
20
    
20
    
21
    public func fetch()
21
    
Línea 22... Línea 22...
22
    {
22
    public func fetch()