Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

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

Rev 11 Rev 17
Línea 20... Línea 20...
20
 
20
 
Línea 21... Línea 21...
21
}
21
}
22
 
-
 
23
 
-
 
24
class CommentAndRatingCommentsViewModel : ObservableObject {
22
 
Línea 25... Línea -...
25
    private let appDao = AppDao.sharedInstance
-
 
26
    
-
 
27
    @Published public var comments : [CommentAndRatingComment] = [CommentAndRatingComment]()
-
 
28
 
-
 
29
   
-
 
30
    public func fetchAll(url : String)
-
 
31
    {
23
 
32
       
24
class CommentAndRatingCommentsViewModel : ObservableObject {
33
    }
25
    @Published public var comments : [CommentAndRatingComment] = [CommentAndRatingComment]()
Línea 34... Línea 26...
34
    
26