Sha256: bca1ed8495e9ca418a8740629ff6bbfbc29456dd8ac2c77eea7ab5153b24b06c

Contents?: true

Size: 453 Bytes

Versions: 4

Compression:

Stored size: 453 Bytes

Contents

//
//  STTestAppDelegate.swift
//  STTestDemo
//
//  Created by stephen.chen on 2022/11/9.
//

import UIKit

class STTestAppDelegate: UIResponder, UIApplicationDelegate {
    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
        // Override point for customization after application launch.
        print("\(self)--\(#function)")
        return true
    }
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
ykioscmd-0.6.7 lib/yk_command/project/full_component_demo_template/templates/swift/Example/PROJECT/STTestAppDelegate.swift
ykioscmd-0.6.6 lib/yk_command/project/full_component_demo_template/templates/swift/Example/PROJECT/STTestAppDelegate.swift
yk_command-0.6.5 lib/yk_command/project/full_component_demo_template/templates/swift/Example/PROJECT/STTestAppDelegate.swift
yk_command-0.6.4 lib/yk_command/project/full_component_demo_template/templates/swift/Example/PROJECT/STTestAppDelegate.swift