Skip to content

Instantly share code, notes, and snippets.

View abarisain's full-sized avatar

Arnaud Barisain-Monrose abarisain

View GitHub Profile
@abarisain
abarisain / AppDelegate.swift
Created September 22, 2016 08:30
Batch Client Side Push (iOS) - Swift 3
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override point for customization after application launch.
// You can find these keys on your Dashboard