Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

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

Rev 8 Rev 9
Línea 15... Línea 15...
15
class AppDelegate : NSObject, UIApplicationDelegate {
15
class AppDelegate : NSObject, UIApplicationDelegate {
16
    private var isSyncInProgress = false
16
    private var isSyncInProgress = false
17
    private var timer = Timer()
17
    private var timer = Timer()
18
    private var syncAdapter = SyncAdapter()
18
    private var syncAdapter = SyncAdapter()
19
    private let gcmMessageIDKey = "gcm.message_id"
19
    private let gcmMessageIDKey = "gcm.message_id"
20
    private let appData = AppData.sharedInstance
20
    private let appDao = AppDao.sharedInstance
Línea 21... Línea 21...
21
 
21
 
Línea 22... Línea 22...
22
    static var orientationLock = UIInterfaceOrientationMask.portrait
22
    static var orientationLock = UIInterfaceOrientationMask.portrait
23
 
23