Sha256: 26e5ee8201610dd21ebbc1389d03c001d240204dd04a6923412bf6e47ae433a3

Contents?: true

Size: 347 Bytes

Versions: 32

Compression:

Stored size: 347 Bytes

Contents

import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

    var window: UIWindow?

    func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
        return true
    }

    func applicationWillResignActive(application: UIApplication) {
    }
}

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
slather-2.4.4 spec/fixtures/fixtures/Fixtures.swift
slather-2.4.3 spec/fixtures/fixtures/Fixtures.swift
slather-2.4.2 spec/fixtures/fixtures/Fixtures.swift
slather-2.4.1 spec/fixtures/fixtures/Fixtures.swift
slather-2.4.0 spec/fixtures/fixtures/Fixtures.swift
slather-2.3.0 spec/fixtures/fixtures/Fixtures.swift
slather-2.2.1 spec/fixtures/fixtures/Fixtures.swift
slather-2.2.0 spec/fixtures/fixtures/Fixtures.swift
slather-2.1.0 spec/fixtures/fixtures/Fixtures.swift
slather-2.0.2 spec/fixtures/fixtures/Fixtures.swift
slather-2.0.1 spec/fixtures/fixtures/Fixtures.swift
slather-2.0.0 spec/fixtures/fixtures/Fixtures.swift