Proyectos de Subversion Iphone Microlearning - Inconcert

Rev

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

Rev 17 Rev 21
Línea 14... Línea 14...
14
//UIResponder, UIApplicationDelegate {
14
//UIResponder, UIApplicationDelegate {
Línea 15... Línea 15...
15
 
15
 
Línea 16... Línea 16...
16
class AppDelegate : NSObject, UIApplicationDelegate {
16
class AppDelegate : NSObject, UIApplicationDelegate {
17
 
17
 
18
    private let gcmMessageIDKey = "gcm.message_id"
18
    private let gcmMessageIDKey = "gcm.message_id"
Línea 19... Línea 19...
19
    private var appData = AppData.sharedInstance
19
    private var appData = Environment(\.appData).wrappedValue
Línea 40... Línea 40...
40
            for fontName in UIFont.fontNames(forFamilyName: fontFamily) {
40
            for fontName in UIFont.fontNames(forFamilyName: fontFamily) {
41
                print("\(fontName)")
41
                print("\(fontName)")
42
            }
42
            }
43
        }*/
43
        }*/
Línea 44... Línea -...
44
        
-
 
45
    /*        print("observador del UUID del dispositivo")
-
 
46
        NotificationCenter.default.addObserver(self, selector: #selector(receivingNewDevice(n:)), name: Constants.NOTIFICATION_NAME_DEVICE_REGISTER_NAME, object: nil)
44
        
47
 
-
 
48
        print("observador del FCM TOKEN")
-
 
49
        NotificationCenter.default.addObserver(self, selector: #selector(receivingNewToken(n:)), name: Constants.NOTIFICATION_NAME_FCM_REGISTER_NAME, object: nil)
-
 
50
        */
-