Skip to content

Instantly share code, notes, and snippets.

View nikolasblanchet-optimizely's full-sized avatar

Nik Blanchet nikolasblanchet-optimizely

View GitHub Profile
@nikolasblanchet-optimizely
nikolasblanchet-optimizely / AppDelegate.swift
Created February 1, 2018 01:39 — forked from mauerbac/AppDelegate.swift
Full code snippet for iOS getting started (Swift)
// AppDelegate.swift
// iOS Getting Started Guide (Objective C)
//
import UIKit
import OptimizelySDKiOS
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {