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