Skip to content

Instantly share code, notes, and snippets.

View ohtwo's full-sized avatar
🌙
° ☾ ☆ ¸. ¸ ★ :.  . • ○ ° ★

Kang Byeonghak ohtwo

🌙
° ☾ ☆ ¸. ¸ ★ :.  . • ○ ° ★
View GitHub Profile
@ohtwo
ohtwo / appDelegate.swift
Last active August 29, 2015 14:23
Setup push notifications in Swift
/**
* How to setup push notifications in Swift
* http://stackoverflow.com/questions/24899257/how-to-setup-push-notifications-in-swift
*/
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {