Skip to content

Instantly share code, notes, and snippets.

@josescasanova
Created October 3, 2015 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josescasanova/4feb643bd93ddea8442f to your computer and use it in GitHub Desktop.
Save josescasanova/4feb643bd93ddea8442f to your computer and use it in GitHub Desktop.
Base TVMLKit
import UIKit
import TVMLKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate, TVApplicationControllerDelegate {
var window: UIWindow?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment