Skip to content
Snippets Groups Projects
AppDelegate.swift 248 B
Newer Older
Apple's avatar
Apple committed
/*
See LICENSE folder for this sample’s licensing information.

Abstract:
Implements the app delegate for TrueDepth Streamer
*/

import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
Apple's avatar
Apple committed
}