Skip to content

Instantly share code, notes, and snippets.

View HalitGumus's full-sized avatar
🏠
Working from home

Halit GUMUS HalitGumus

🏠
Working from home
View GitHub Profile
@HalitGumus
HalitGumus / AppDelegate.swift
Last active June 14, 2017 08:18
AppDelegate.swift
import UIKit
import UserNotifications
var deviceTokenID = ""
var deviceInfo = ""
var vakaNotifications = 0
var IdT = ""
@uiapplicationmain
class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterDelegate {